unknown
2024-05-24 5372f18ec8d6d9f589fbd66b419341229729df55
src/books/lifeCare/view/chapter008.vue
@@ -1,7 +1,7 @@
<template>
  <div class="chapter">
    <div class="page-box">
      <div class="bodystyle">
  <div class="chapter" num="8">
    <div class="page-box" page="137">
      <div class="bodystyle topImg">
        <h2 id="b008"><img class="img-0" alt="" src="../image/dy8.jpg" /></h2>
        <div class="bk">
          <div class="bj1">
@@ -43,7 +43,20 @@
        </div>
      </div>
    </div>
    <div class="page-box">
    <div class="page-box" page="138">
      <div class="header">
        <div class="pageHeader-second">
          <div class="second-con">
            <div class="second-left"></div>
            <div class="second-right">
              <img src="../image/pageImg.png" alt="" />
              <span class="pageStr">第八单元·离园活动照护</span>
              <span class="pageNum">1-133</span>
            </div>
          </div>
          <div class="borderLine"></div>
        </div>
      </div>
      <div class="bodystyle">
        <div class="bk">
          <div class="bj1">
@@ -93,19 +106,41 @@
        <p>根据上述情境,回答下列问题。</p>
      </div>
    </div>
    <div class="page-box">
    <div class="page-box" page="139">
      <div class="header">
        <div class="pageHeader-first">
          <div class="header-bj"></div>
          <div class="content">
            <div class="pageStr">1-134</div>
            <div class="title">
              <img src="../image/chapter.png" alt="" />
              <span class="cahpter">婴幼儿生活照护·行动手册</span>
            </div>
          </div>
        </div>
      </div>
      <div class="bodystyle">
        <p>1.在上述情境中,出现遗漏物品、拿错书包这些情况的原因是什么?</p>
        <div class="bk-tx">
          <p class="hr"></p>
          <p class="hr"></p>
          <p class="hr"></p>
          <textarea
            v-model="chapter008.textAreaItem.text1"
            style="border: 0"
            placeholder="请输入内容"
            rows="5"
            maxlength="200"
            @blur="onBlurChange('text1')"
          ></textarea>
        </div>
        <p>2.为了避免上述情境中的问题,在离园前应着重注意哪些方面的检查?</p>
        <div class="bk-tx">
          <p class="hr"></p>
          <p class="hr"></p>
          <p class="hr"></p>
          <textarea
            v-model="chapter008.textAreaItem.text2"
            style="border: 0"
            placeholder="请输入内容"
            rows="5"
            maxlength="200"
            @blur="onBlurChange('text2')"
          ></textarea>
        </div>
        <h4 id="d085">
          ▶▶ 活动2:离园前的生活照护<span class="fontsz1"
@@ -121,20 +156,123 @@
        <p>分析上述情境,完成下列实践活动。</p>
        <p>1.设计一张1~12月龄婴儿离园前生活照护清单(见表1-8-1)。</p>
        <p class="img">表1-8-1 1~12月龄婴儿离园前生活照护清单</p>
        <p class="center">
        <!-- <p class="center">
          <img class="img-a" alt="" src="../image/0150-1.jpg" />
        </p>
        </p> -->
        <div>
          <table class="table111 table122">
            <thead>
              <tr>
                <th
                  :style="{
                    width: index == 3 ? '220px' : '',
                  }"
                  v-for="(header, index) in chapter008.headersData181"
                  :key="index"
                >
                  {{ header }}
                </th>
              </tr>
            </thead>
            <tbody>
              <tr
                v-for="(row, rowIndex) in chapter008.tableData181"
                :key="rowIndex"
              >
                <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                  <template v-if="cell === ''">
                    <input
                      type="text"
                      v-model="chapter008.tableData181[rowIndex][cellIndex]"
                      @blur="
                        updateCell181(rowIndex, cellIndex, $event.target.value)
                      "
                    />
                  </template>
                  <template v-else>
                    <input
                      type="text"
                      :value="chapter008.tableData181[rowIndex][cellIndex]"
                      @blur="
                        updateCell181(rowIndex, cellIndex, $event.target.value)
                      "
                    />
                  </template>
                </td>
              </tr>
            </tbody>
          </table>
      </div>
    </div>
    <div class="page-box">
    </div>
    <div class="page-box" page="140">
      <!-- 奇数页 -->
      <div class="header">
        <div class="pageHeader-second">
          <div class="second-con">
            <div class="second-left"></div>
            <div class="second-right">
              <img src="../image/pageImg.png" alt="" />
              <span class="pageStr">第八单元·离园活动照护</span>
              <span class="pageNum">1-135</span>
            </div>
          </div>
          <div class="borderLine"></div>
        </div>
      </div>
      <div class="bodystyle">
        <p>
          2.婴幼儿因其生理特点,在一开始是完全依赖成人的照护的,但随着其能力的发展,我们要有意识地培养他们的好习惯。请小组合作,分年龄段设计1~12月龄婴儿离园好习惯养成教育安排表(表1-8-2)。
        </p>
        <p class="img">表1-8-2 1~12月龄婴儿离园好习惯养成教育安排表</p>
        <p class="center">
        <!-- <p class="center">
          <img class="img-a" alt="" src="../image/0151-1.jpg" />
        </p>
        </p> -->
        <div>
          <table class="table111 table122">
            <thead>
              <tr>
                <th
                  :style="{
                    width: index == 3 ? '220px' : '',
                  }"
                  v-for="(header, index) in chapter008.headersData182"
                  :key="index"
                >
                  {{ header }}
                </th>
              </tr>
            </thead>
            <tbody>
              <tr
                v-for="(row, rowIndex) in chapter008.tableData182"
                :key="rowIndex"
              >
                <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                  <template v-if="cell === ''">
                    <input
                      type="text"
                      v-model="chapter008.tableData182[rowIndex][cellIndex]"
                      @blur="
                        updateCell182(rowIndex, cellIndex, $event.target.value)
                      "
                    />
                  </template>
                  <template v-else>
                    <input
                      type="text"
                      :value="chapter008.tableData182[rowIndex][cellIndex]"
                      @blur="
                        updateCell182(rowIndex, cellIndex, $event.target.value)
                      "
                    />
                  </template>
                </td>
              </tr>
            </tbody>
          </table>
        </div>
        <p><br /></p>
        <div class="bk-qjms">
          <p class="bj1-qjms">⊙ 情境描述2 ⊙</p>
          <p class="block">
@@ -144,26 +282,127 @@
        <p>分析上述情境,完成下列实践活动。</p>
        <p>1.设计一张24~36月龄幼儿离园前生活照护清单(见表1-8-3)。</p>
        <p class="img">表1-8-3 24~36月龄幼儿离园前生活照护清单</p>
        <p class="center">
        <!-- <p class="center">
          <img class="img-a" alt="" src="../image/0151-2.jpg" />
        </p>
        </p> -->
        <div>
          <table class="table111 table122">
            <thead>
              <tr>
                <th
                  :style="{
                    width: index == 3 ? '220px' : '',
                  }"
                  v-for="(header, index) in chapter008.headersData183"
                  :key="index"
                >
                  {{ header }}
                </th>
              </tr>
            </thead>
            <tbody>
              <tr
                v-for="(row, rowIndex) in chapter008.tableData183"
                :key="rowIndex"
              >
                <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                  <template v-if="cell === ''">
                    <input
                      type="text"
                      v-model="chapter008.tableData183[rowIndex][cellIndex]"
                      @blur="
                        updateCell183(rowIndex, cellIndex, $event.target.value)
                      "
                    />
                  </template>
                  <template v-else>
                    <input
                      type="text"
                      :value="chapter008.tableData183[rowIndex][cellIndex]"
                      @blur="
                        updateCell183(rowIndex, cellIndex, $event.target.value)
                      "
                    />
                  </template>
                </td>
              </tr>
            </tbody>
          </table>
        </div>
        <p>
          2.请小组合作,分年龄段设计24~36月龄幼儿离园好习惯养成教育安排表(见表1-8-4)。
        </p>
      </div>
    </div>
    <div class="page-box">
    <div class="page-box" page="141">
      <!-- 偶数页 -->
      <div class="header">
        <div class="pageHeader-first">
          <div class="header-bj"></div>
          <div class="content">
            <div class="pageStr">1-136</div>
            <div class="title">
              <img src="../image/chapter.png" alt="" />
              <span class="cahpter">婴幼儿生活照护·行动手册</span>
            </div>
          </div>
        </div>
      </div>
      <div class="bodystyle">
        <p class="img">表1-8-4 24~36月龄幼儿离园好习惯养成教育安排表</p>
        <p class="center">
        <!-- <p class="center">
          <img class="img-a" alt="" src="../image/0152-1.jpg" />
        </p>
        </p> -->
        <div>
          <table class="table111 table122">
            <thead>
              <tr>
                <th
                  :style="{
                    width: index == 3 ? '220px' : '',
                  }"
                  v-for="(header, index) in chapter008.headersData184"
                  :key="index"
                >
                  {{ header }}
                </th>
              </tr>
            </thead>
            <tbody>
              <tr
                v-for="(row, rowIndex) in chapter008.tableData184"
                :key="rowIndex"
              >
                <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                  <template v-if="cell === ''">
                    <input
                      type="text"
                      v-model="chapter008.tableData184[rowIndex][cellIndex]"
                      @blur="
                        updateCell184(rowIndex, cellIndex, $event.target.value)
                      "
                    />
                  </template>
                  <template v-else>
                    <input
                      type="text"
                      :value="chapter008.tableData184[rowIndex][cellIndex]"
                      @blur="
                        updateCell184(rowIndex, cellIndex, $event.target.value)
                      "
                    />
                  </template>
                </td>
              </tr>
            </tbody>
          </table>
        </div>
        <h3 id="c030">
          <span class="bk-h3"
            ><span class="bj1-h3">二</span>  组织离园活动 </span
          >
        </h3>
        <p><br /></p>
        <!-- <p><br /></p>
        <div class="bk-sys">
          <div class="bj1-sys">
            <p class="left">
@@ -174,7 +413,34 @@
            <img class="img-h" alt="" src="../image/0152-2.jpg" />
          </p>
          <p class="img">离园</p>
        </div> -->
        <!-- <p><br /></p> -->
        <div class="tips-bk" style="margin-top: 80px">
          <div class="bj-tip">
            视频:离园<img
              src="../icons/video.png"
              @click="activityOne"
              alt=""
            />
        </div>
          <div
            class="tips-file"
            v-if="chapter008.isOpenOne && chapter008.videOneUrl"
          >
            <video
              webkit-playsinline="true"
              x-webkit-airplay="true"
              playsinline="true"
              x5-video-orientation="h5"
              x5-video-player-fullscreen="true"
              x5-playsinline=""
              controls
              class="video-border w100"
              :src="chapter008.videOneUrl"
            ></video>
          </div>
        </div>
        <p><br /></p>
        <p>
          在婴幼儿离园环节中,保教人员要做好一日生活总结以及家园沟通,向家长反馈婴幼儿的一日生活和学习情况。在离园流程方面,保教人员要合理分工、站位组织婴幼儿有序离园;做好有特殊情况的婴幼儿在离园环节的交接安排工作;做好因故由他人代接的婴幼儿的交接工作。
        </p>
@@ -198,25 +464,54 @@
        <p>分析以上情境,小组讨论并回答以下问题。</p>
      </div>
    </div>
    <div class="page-box">
    <div class="page-box" page="142">
      <!-- 奇数页 -->
      <div class="header">
        <div class="pageHeader-second">
          <div class="second-con">
            <div class="second-left"></div>
            <div class="second-right">
              <img src="../image/pageImg.png" alt="" />
              <span class="pageStr">第八单元·离园活动照护</span>
              <span class="pageNum">1-137</span>
            </div>
          </div>
          <div class="borderLine"></div>
        </div>
      </div>
      <div class="bodystyle">
        <p>1.婴幼儿离园活动的目标是什么?</p>
        <div class="bk-tx">
          <p class="hr"></p>
          <p class="hr"></p>
          <p class="hr"></p>
          <textarea
            v-model="chapter008.textAreaItem.text3"
            style="border: 0"
            placeholder="请输入内容"
            rows="5"
            maxlength="200"
            @blur="onBlurChange('text3')"
          ></textarea>
        </div>
        <p>2.离园环节的安全隐患有哪些?</p>
        <div class="bk-tx">
          <p class="hr"></p>
          <p class="hr"></p>
          <p class="hr"></p>
          <textarea
            v-model="chapter008.textAreaItem.text4"
            style="border: 0"
            placeholder="请输入内容"
            rows="5"
            maxlength="200"
            @blur="onBlurChange('text4')"
          ></textarea>
        </div>
        <p>3.如何合理、有序地安排离园环节的工作?</p>
        <div class="bk-tx">
          <p class="hr"></p>
          <p class="hr"></p>
          <p class="hr"></p>
          <textarea
            v-model="chapter008.textAreaItem.text5"
            style="border: 0"
            placeholder="请输入内容"
            rows="5"
            maxlength="200"
            @blur="onBlurChange('text5')"
          ></textarea>
        </div>
        <h4 id="d087">
          ▶▶ 活动2:离园时的家园沟通<span class="fontsz1"
@@ -244,7 +539,20 @@
        </div>
      </div>
    </div>
    <div class="page-box">
    <div class="page-box" page="143">
      <!-- 偶数页 -->
      <div class="header">
        <div class="pageHeader-first">
          <div class="header-bj"></div>
          <div class="content">
            <div class="pageStr">1-138</div>
            <div class="title">
              <img src="../image/chapter.png" alt="" />
              <span class="cahpter">婴幼儿生活照护·行动手册</span>
            </div>
          </div>
        </div>
      </div>
      <div class="bodystyle">
        <div class="bk-qjms">
          <p class="block">
@@ -266,13 +574,20 @@
        <p>分析上述情境,先回答问题再设计相关记录表。</p>
        <p>1.对于小月龄婴儿的家长,在家园沟通中应侧重哪些要点进行反馈?</p>
        <div class="bk-tx">
          <p class="hr"></p>
          <p class="hr"></p>
          <textarea
            v-model="chapter008.textAreaItem.text6"
            style="border: 0"
            placeholder="请输入内容"
            rows="5"
            maxlength="200"
            @blur="onBlurChange('text6')"
          ></textarea>
        </div>
        <p>2.请设计6~12月龄婴儿的一日生活记录表。</p>
        <div class="bk-tx">
          <p> </p>
          <p> </p>
          <p><br /></p>
          <p><br /></p>
          <p><br /></p>
        </div>
        <h3 id="c031">
          <span class="bk-h3"
@@ -284,7 +599,21 @@
        </p>
      </div>
    </div>
    <div class="page-box">
    <div class="page-box" page="144">
      <!-- 奇数页 -->
      <div class="header">
        <div class="pageHeader-second">
          <div class="second-con">
            <div class="second-left"></div>
            <div class="second-right">
              <img src="../image/pageImg.png" alt="" />
              <span class="pageStr">第八单元·离园活动照护</span>
              <span class="pageNum">1-139</span>
            </div>
          </div>
          <div class="borderLine"></div>
        </div>
      </div>
      <div class="bodystyle">
        <p>
          每周应至少清洁消毒1次,传染病流行季节应每日清洁消毒1次。要切实做好清洁与消毒工作。
@@ -313,7 +642,7 @@
          3.放置。消毒后,用夹子取出,放在干净的盘中沥干水分,将晾干后的奶嘴套在奶瓶盖上,放入专用小盆中,盖上小毛巾备用。
        </p>
        <p>4.整理。清洁整理所用物品,摆放整齐。</p>
        <p><br /></p>
        <!-- <p><br /></p>
        <div class="bk-sys">
          <div class="bj1-sys">
            <p class="left">
@@ -324,12 +653,38 @@
            <img class="img-h" alt="" src="../image/0155-1.jpg" />
          </p>
          <p class="img">奶瓶的清洁与消毒</p>
        </div> -->
        <div class="tips-bk">
          <div class="bj-tip">
            视频:奶瓶的清洁与消毒<img
              src="../icons/video.png"
              @click="activityTwo"
              alt=""
            />
        </div>
          <div
            class="tips-file"
            v-if="chapter008.isOpenTwo && chapter008.videoTwoUrl"
          >
            <video
              webkit-playsinline="true"
              x-webkit-airplay="true"
              playsinline="true"
              x5-video-orientation="h5"
              x5-video-player-fullscreen="true"
              x5-playsinline=""
              controls
              class="video-border w100"
              :src="chapter008.videoTwoUrl"
            ></video>
          </div>
        </div>
        <p><br /></p>
        <p><b>③实训练习</b></p>
        <p>
          2~4人为一组开展实训操作,其中一人操作,其他同学观摩。操作者一边实操一边讲解操作要领,其他同学按照清洁与消毒奶瓶的评分标准给操作者打分。
        </p>
        <p><br /></p>
        <!-- <p><br /></p>
        <div class="bk-sys">
          <div class="bj1-sys">
            <p class="left">
@@ -340,7 +695,72 @@
            <img class="img-h" alt="" src="../image/0155-2.jpg" />
          </p>
          <p class="img">清洁与消毒奶瓶的评分标准</p>
        </div> -->
        <div class="tips-bk">
          <div class="bj-tip">
            用勺进餐指导的评分标准<img
              src="../icons/task.png"
              @click="activityScore1"
              alt=""
            />
        </div>
          <div v-if="chapter008.isScore1Open" class="tips-file">
            <table class="table111 table122">
              <thead>
                <tr>
                  <th
                    :style="{
                      width: index == 1 ? '100px' : '',
                    }"
                    v-for="(header, index) in chapter008.publicHeader"
                    :key="index"
                  >
                    {{ header }}
                  </th>
                </tr>
              </thead>
              <tbody>
                <tr
                  v-for="(row, rowIndex) in chapter008.scoreData1"
                  :key="rowIndex"
                >
                  <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                    <template v-if="cell === ''">
                      <input
                        type="text"
                        v-model="chapter008.scoreData1[rowIndex][cellIndex]"
                        @blur="
                          updateCellScore1(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                        "
                      />
                    </template>
                    <template v-else-if="cellIndex == 4">
                      <input
                        type="text"
                        v-model="chapter008.scoreData1[rowIndex][cellIndex]"
                        @blur="
                          updateCellScore1(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                        "
                      />
                    </template>
                    <template v-else>
                      {{ cell }}
                    </template>
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <p><br /></p>
        <h4 id="d089">
          ▶▶ 活动2:了解托育园日常清洁与消毒方法<span class="fontsz1"
            >>>>>>>>></span
@@ -355,24 +775,87 @@
        <p>分析以上情境,以小组合作的形式回答问题并填写相关表格。</p>
      </div>
    </div>
    <div class="page-box">
    <div class="page-box" page="145">
      <!-- 偶数页 -->
      <div class="header">
        <div class="pageHeader-first">
          <div class="header-bj"></div>
          <div class="content">
            <div class="pageStr">1-40</div>
            <div class="title">
              <img src="../image/chapter.png" alt="" />
              <span class="cahpter">婴幼儿生活照护·行动手册</span>
            </div>
          </div>
        </div>
      </div>
      <div class="bodystyle">
        <p>1.有哪些消毒法?这些消毒法的适用范围是什么?</p>
        <div class="bk-tx">
          <p class="hr"></p>
          <p class="hr"></p>
          <p class="hr"></p>
          <textarea
            v-model="chapter008.textAreaItem.text7"
            style="border: 0"
            placeholder="请输入内容"
            rows="5"
            maxlength="200"
            @blur="onBlurChange('text7')"
          ></textarea>
        </div>
        <p>2.请填写托育园日常清洁与消毒流程规范表(见表1-8-5)。</p>
        <p class="img">表1-8-5 托育园日常清洁与消毒流程规范表</p>
        <p class="center">
        <!-- <p class="center">
          <img class="img-a" alt="" src="../image/0156-1.jpg" />
        </p>
        </p> -->
        <div>
          <table class="table111 table122">
            <thead>
              <tr>
                <th
                  :style="{
                    width: index == 3 ? '220px' : '',
                  }"
                  v-for="(header, index) in chapter008.headersData185"
                  :key="index"
                >
                  {{ header }}
                </th>
              </tr>
            </thead>
            <tbody>
              <tr
                v-for="(row, rowIndex) in chapter008.tableData185"
                :key="rowIndex"
              >
                <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                  <template v-if="cell === ''">
                    <input
                      type="text"
                      v-model="chapter008.tableData185[rowIndex][cellIndex]"
                      @blur="
                        updateCell185(rowIndex, cellIndex, $event.target.value)
                      "
                    />
                  </template>
                  <template v-else>
                    <input
                      type="text"
                      :value="chapter008.tableData185[rowIndex][cellIndex]"
                      @blur="
                        updateCell185(rowIndex, cellIndex, $event.target.value)
                      "
                    />
                  </template>
                </td>
              </tr>
            </tbody>
          </table>
        </div>
        <p><br /></p>
        <h4 id="d090">
          ▶▶ 应用与实践<span class="fontsz1">>>>>>>>></span>
        </h4>
        <p><br /></p>
        <div class="bk-sys">
        <!-- <div class="bk-sys">
          <div class="bj1-sys">
            <p class="left">
              <img class="img-gn1" alt="" src="../image/dy-ycs.png" />
@@ -381,15 +864,25 @@
          <p class="center">
            <img class="img-g" alt="" src="../image/0156-2.jpg" />
          </p>
        </div>
        </div> -->
        <p><b>一、选择题</b></p>
        <p>1.利用蒸汽的高温作用将致病微生物杀灭的消毒方法叫作(  )。</p>
        <p>
          1.利用蒸汽的高温作用将致病微生物杀灭的消毒方法叫作( <input
            v-model="chapter008.radio.text7"
            @blur="onRadioText()"
          />  )。
        </p>
        <p class="block">A.紫外线消毒法</p>
        <p class="block">B.化学消毒法</p>
        <p class="block">C.蒸汽消毒法</p>
        <p class="block">D.煮沸消毒法</p>
        <p class="block">E.巴氏消毒法</p>
        <p>2.以下对照护婴幼儿学习、活动和卫生保健的描述不正确的是(  )。</p>
        <p>
          2.以下对照护婴幼儿学习、活动和卫生保健的描述不正确的是( <input
            v-model="chapter008.radio.text6"
            @blur="onRadioText()"
          />  )。
        </p>
        <p class="block">A.创设安全、舒适的学习环境</p>
        <p class="block">B.提供真实多样的材料,培养婴幼儿多方面的感知能力</p>
        <p class="block">C.注意婴幼儿学习活动的环境卫生</p>
@@ -397,27 +890,284 @@
        <p class="block">E.保证学习活动场所采光良好、通风</p>
      </div>
    </div>
    <div class="page-box">
    <div class="page-box" page="146">
      <!-- 奇数页 -->
      <div class="header">
        <div class="pageHeader-second">
          <div class="second-con">
            <div class="second-left"></div>
            <div class="second-right">
              <img src="../image/pageImg.png" alt="" />
              <span class="pageStr">第八单元·离园活动照护</span>
              <span class="pageNum">1-141</span>
            </div>
          </div>
          <div class="borderLine"></div>
        </div>
      </div>
      <div class="bodystyle">
        <p>3.一般情况下纸尿裤的更换时间应为(  )。</p>
        <p>
          3.一般情况下纸尿裤的更换时间应为( <input
            v-model="chapter008.radio.text5"
            @blur="onRadioText()"
          />  )。
        </p>
        <p class="block">A.2~3小时</p>
        <p class="block">B.4~6小时</p>
        <p class="block">C.5~8小时</p>
        <p class="block">D.9~10小时</p>
        <p>4.给婴幼儿便盆消毒常用的消毒剂是(  )。</p>
        <p>
          4.给婴幼儿便盆消毒常用的消毒剂是( <input
            v-model="chapter008.radio.text4"
            @blur="onRadioText()"
          />  )。
        </p>
        <p class="block">A.次氯酸钠消毒液</p>
        <p class="block">B.碘伏</p>
        <p class="block">C.酒精</p>
        <p class="block">D.过氧乙酸</p>
        <p class="block">E.环氧乙烷</p>
        <p>
          5.假如婴幼儿的尿量比平时的尿量(  ),小便发黄、颜色较深,婴幼儿可能是发烧了。
          5.假如婴幼儿的尿量比平时的尿量( <input
            v-model="chapter008.radio.text3"
            @blur="onRadioText()"
          />  ),小便发黄、颜色较深,婴幼儿可能是发烧了。
        </p>
        <p class="block">A.增多</p>
        <p class="block">B.减少</p>
        <p><b>二、论述题</b></p>
        <p>简述婴幼儿离园的流程,及不同环节对保教人员的要求。</p>
        <div class="bk-tx">
          <textarea
            v-model="chapter008.radio.desc"
            style="border: 0"
            placeholder="请输入内容"
            rows="5"
            maxlength="200"
            @blur="onBlurChange('desc')"
          ></textarea>
        </div>
        <div class="tips-bk">
          <div class="bj-tip">
            云测试:单元八应用与实践<img
              src="../icons/sub.png"
              @click="activityThree"
              alt=""
            />
          </div>
          <div
            v-if="chapter008.idOpenThree && chapter008.qustionData[141]"
            class="tips-file"
          >
            <examinations :primaryColor="'#f49a4c'" :cardList="chapter008.qustionData[141]" />
          </div>
        </div>
      </div>
    </div>
  </div>
</template>
<script>
import getResourcePath from "@/assets/methods/resources.js";
import getQuestionData from "@/assets/methods/examination.js";
import testData from "../js/examinationList.js";
import examinations from "@/components/examinations/index.vue";
export default {
  name: "chapter008",
  data() {
    return {
      chapter008: {
        videOneUrl: "",
        videoTwoUrl: "",
        isGroupOpen: true,
        isOpenOne: true,
        isOpenTwo: true,
        idOpenThree: true,
        isScore1Open: true,
        isScore2Open: true,
        isScore3Open: true,
        qustionData: {},
        publicHeader: ["序号", "考核内容", "配分", "评分标准", "扣分", "得分"],
        // 清洁与消毒奶瓶的评分标准
        scoreData1: [
          [
            1,
            "物品准备",
            10,
            "奶瓶刷、小毛刷、奶瓶夹、锅、小盆、纱布、小 1 分,扣完为止毛巾(说明不准确每项扣2分,扣完为止)",
            "",
            "",
          ],
          [
            2,
            "操作者准备",
            10,
            "用肥皂、流动水洗净双手,整理仪表,不戴戒指,不留长指甲,不披长发,不穿高跟鞋和拖鞋(说明不准确每项扣2分,扣完为止)",
            "",
            "",
          ],
          [
            3,
            "确定餐具数量",
            30,
            "将奶瓶的所有组件包括奶瓶、瓶盖、奶嘴、套环全部拆开,逐一用刷子刷去残留的乳汁,然后冲洗干净;奶嘴洞、奶嘴内侧及奶瓶盖的沟纹处等,宜用小刷子刷洗(操作和说明不准确每环节扣10分,共30分)",
            "",
            "",
          ],
          [
            4,
            "分发碗",
            30,
            "用消毒锅消毒或热水煮沸消毒。将奶瓶放入锅内煮5~10分钟,奶嘴及瓶盖用纱布包住煮3分钟。(操作和说明不准确每环节扣10分,共30分)",
            "",
            "",
          ],
          [
            5,
            "分发盘子",
            10,
            "消毒后,用夹子取出,放在干净盘中沥干水分,晾干后的奶嘴,套好奶瓶盖,放入专用小盆中,盖上小毛巾备用(操作和说明不准确扣10分)",
            "",
            "",
          ],
          [
            6,
            "整理",
            10,
            "清洁整理所用物品,摆放整齐(操作和说明不准确扣10分)",
            "",
            "",
          ],
        ],
        // 表格1-8-1
        headersData181: ["项目", "内容"], // 表头
        tableData181: [
          // 二维数组作为表格数据
          ["", ""],
          ["", ""],
          ["", ""],
          ["", ""],
          ["", ""],
          ["", ""],
        ],
        // 1-8-2
        headersData182: ["项目", "好习惯养成标准"], // 表头
        tableData182: [
          // 二维数组作为表格数据
          ["", ""],
          ["", ""],
          ["", ""],
          ["", ""],
          ["", ""],
          ["", ""],
        ],
        // 1-8-3
        headersData183: ["项目", "内容"], // 表头
        tableData183: [
          // 二维数组作为表格数据
          ["", ""],
          ["", ""],
          ["", ""],
          ["", ""],
          ["", ""],
        ],
        // 1-8-4
        headersData184: ["项目", "好习惯养成标准"],
        tableData184: [
          ["", ""],
          ["", ""],
          ["", ""],
          ["", ""],
          ["", ""],
        ],
        // 1-8-5
        headersData185: ["对象", "方法", "流程"],
        tableData185: [
          ["", "", ""],
          ["", "", ""],
          ["", "", ""],
          ["", "", ""],
          ["", "", ""],
        ],
        textAreaItem: {},
        radio: {},
      },
    };
  },
  components: {
    examinations,
  },
  async created() {
    const localData = JSON.parse(localStorage.getItem("chapter008"));
    if (localData) {
      this.chapter008 = { ...Object.assign(this.chapter008, localData) };
    }
    this.chapter008.videOneUrl = getResourcePath("80986796eb2d8ee1a47cdde606900ed0");
    this.chapter008.videoTwoUrl = getResourcePath("460c7bc740882a9ad93b096a2151dd1c");
    this.chapter008.videOneUrl =
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=80986796eb2d8ee1a47cdde606900ed0";
    this.chapter008.videoTwoUrl =
      "https://jsek.bnuic.com/file/api/ApiDownload?md5=460c7bc740882a9ad93b096a2151dd1c";
    this.chapter008.qustionData = await getQuestionData("8",testData[8],this.config.activeBook);
  },
  methods: {
    activityOne() {
      this.chapter008.isOpenOne = !this.chapter008.isOpenOne;
    },
    activityTwo() {
      this.chapter008.isOpenTwo = !this.chapter008.isOpenTwo;
    },
    activityThree() {
      this.chapter008.idOpenThree = !this.chapter008.idOpenThree;
    },
    activityScore1() {
      this.chapter008.isScore1Open = !this.chapter008.isScore1Open;
      localStorage.setItem("chapter008", JSON.stringify(this.chapter008));
    },
    updateCellScore1(rowIndex, cellIndex, value) {
      // 更新单元格数据
      this.$set(this.chapter008.scoreData1[rowIndex], cellIndex, value);
      if (cellIndex == 4) {
        this.$set(
          this.chapter008.scoreData1[rowIndex],
          5,
          this.chapter008.scoreData1[rowIndex][2] -
            this.chapter008.scoreData1[rowIndex][cellIndex]
        );
      }
      localStorage.setItem("chapter008", JSON.stringify(this.chapter008));
    },
    updateCell181(rowIndex, cellIndex, value) {
      // 更新单元格数据
      this.$set(this.chapter008.tableData181[rowIndex], cellIndex, value);
      localStorage.setItem("chapter008", JSON.stringify(this.chapter008));
    },
    updateCell182(rowIndex, cellIndex, value) {
      // 更新单元格数据
      this.$set(this.chapter008.tableData182[rowIndex], cellIndex, value);
      localStorage.setItem("chapter008", JSON.stringify(this.chapter008));
    },
    updateCell183(rowIndex, cellIndex, value) {
      // 更新单元格数据
      this.$set(this.chapter008.tableData183[rowIndex], cellIndex, value);
      localStorage.setItem("chapter008", JSON.stringify(this.chapter008));
    },
    updateCell184(rowIndex, cellIndex, value) {
      // 更新单元格数据
      this.$set(this.chapter008.tableData184[rowIndex], cellIndex, value);
      localStorage.setItem("chapter008", JSON.stringify(this.chapter008));
    },
    updateCell185(rowIndex, cellIndex, value) {
      // 更新单元格数据
      this.$set(this.chapter008.tableData185[rowIndex], cellIndex, value);
      localStorage.setItem("chapter008", JSON.stringify(this.chapter008));
    },
    onBlurChange() {
      localStorage.setItem("chapter008", JSON.stringify(this.chapter008));
    },
    onRadioText() {
      localStorage.setItem("chapter008", JSON.stringify(this.chapter008));
    },
  },
};
</script>