zhongshujie
2024-11-20 0ac4e192d2d2c28eb95e118eb381c04330b07953
src/books/childHealth/view/content/components/chapter010.vue
@@ -366,7 +366,7 @@
          </p>
          <div class="annotation-border"></div>
          <p class="note" id="childTen-labelOne">
            <a id="m1"></a><a href="chapter010.html#w1">[1]</a>
            <a id="m1"></a><a href="javascript: void(0)">[1]</a>
            摘自《幼儿园建设标准》(建标175—2016)。
          </p>
        </div>
@@ -424,7 +424,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:幼儿园各室配置的卫生要求</p>
            </div>
@@ -1092,7 +1091,6 @@
                controls
                controlslist="nodownload"
                class="w100 video-border video"
                @play="videoPlay"
              ></video>
              <p class="img">视频:幼儿园文具和教玩具卫生</p>
            </div>
@@ -1260,14 +1258,27 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.幼儿园的厨房及隔离室应有单独的入口。(<input
              type="text"
              class="judge-input"
              v-model="chapterTenData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
            1.幼儿园的厨房及隔离室应有单独的入口。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
                v-model="chapterTenData.question.judge.qOne"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterTenData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.主要儿童用房的玻地面积比值不应低于1∶8。(<input
              type="text"
@@ -1276,14 +1287,47 @@
              @input="saveChapterOneData"
            />)
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
                v-model="chapterTenData.question.judge.qTwo"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterTenData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            3.儿童用床一般以条形木板床为最好,透气且有利于儿童脊柱正直。(<input
              type="text"
              class="judge-input"
              v-model="chapterTenData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
            3.儿童用床一般以条形木板床为最好,透气且有利于儿童脊柱正直。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
                v-model="chapterTenData.question.judge.qThree"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterTenData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            <input
@@ -1493,9 +1537,6 @@
    gotoLabel(id) {
      (this.container ? this.container : document).getElementById(id).scrollIntoView()
    },
    videoPlay(e) {
      this.$emit('closeVideo',e.srcElement.currentSrc)
    }
  },
};
</script>