zhongshujie
4 天以前 1695fcd442fe2cefb6d3b63869ad8a72ebd5210a
src/books/lifeCare/view/components/chapter006.vue
@@ -3,7 +3,9 @@
    <div class="page-box" page="104">
      <div v-if="showPageList.indexOf(104) > -1">
        <div class="bodystyle topImg">
          <h2 id="b006"><img class="img-0" alt="" src="../../image/dy6.jpg" /></h2>
          <h2 id="b006">
            <img class="img-0" alt="" src="../../image/dy6.jpg" />
          </h2>
          <div class="bk">
            <div class="bj1">
              <p class="left">
@@ -90,9 +92,7 @@
            </p>
          </div>
          <h3 id="c021">
            <span class="bk-h3"
              ><span class="bj1-h3">一</span>  饮水前的准备 </span
            >
            <span class="bk-h3"><span class="bj1-h3">一</span>  饮水前的准备 </span>
          </h3>
          <p>
            人是一个含水的生命体。年龄越小,体内的水分所占的比例就越高。新生儿体内的水分占体重的80%,婴儿体内的水分占体重的70%,幼儿体内的水分占体重的65%,成年人体内的水分占体重的60%。年龄越小,对水的相对需求量就越大。水分摄入不足或水分流失过多,可引起体内失水,亦称脱水。现今,有些婴幼儿非常喜欢喝糖水、蜂蜜水、饮料,尤其是乳制品饮料。一些家长也觉得乳制品饮料营养丰富,又富含水分,加上孩子又喜欢喝,所以就用饮料来代替白开水。这是错误做法。
@@ -101,9 +101,7 @@
            不同年龄段的婴幼儿的饮水需求有何不同呢?饮料对婴幼儿的健康发展有危害吗?大家一起来探讨学习吧。
          </p>
          <h4 id="d062">
            ▶▶ 活动1:解释水与婴幼儿健康的关系<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动1:解释水与婴幼儿健康的关系<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述1 ⊙</p>
@@ -138,18 +136,11 @@
          </div>
          <p>根据以上情境,请小组讨论水与婴幼儿的健康有什么关系。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text1111"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text1111')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text1111" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text1111')"></textarea>
          </div>
          <h4 id="d063">
            ▶▶ 活动2:说出不同年龄段的婴幼儿的饮水需求<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动2:说出不同年龄段的婴幼儿的饮水需求<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述1 ⊙</p>
@@ -159,23 +150,13 @@
          </div>
          <p>1.你认为这样的看法对吗?请写明理由。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text2"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text2')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text2" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text2')"></textarea>
          </div>
          <p>2.你知道6个月大的宝宝的饮水量是多少吗?应该给家长怎样的建议?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text3"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text3')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text3" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text3')"></textarea>
          </div>
        </div>
      </div>
@@ -204,51 +185,38 @@
            <table class="table111 table122">
              <thead>
                <tr>
                  <th
                    :style="{
                      width:
                        index == chapter006.headersData.length - 1
                          ? '200px'
                          : '120px',
                    }"
                    v-for="(header, index) in chapter006.headersData"
                    :key="index"
                  >
                  <th :style="{
                    width:
                      index == chapter006.headersData.length - 1
                        ? '200px'
                        : '120px',
                  }" v-for="(header, index) in chapter006.headersData" :key="index">
                    {{ header }}
                  </th>
                </tr>
              </thead>
              <tbody>
                <tr
                  v-for="(row, rowIndex) in chapter006.tableData161"
                  :key="rowIndex"
                >
                <tr v-for="(row, rowIndex) in chapter006.tableData161" :key="rowIndex">
                  <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                    <template v-if="cell === ''">
                      <div
                        contenteditable
                        @blur="
                          updateCell(
                            rowIndex,
                            cellIndex,
                            $event.target.innerText
                          )
                        "
                      >
                      <div contenteditable @blur="
                        updateCell(
                          rowIndex,
                          cellIndex,
                          $event.target.innerText
                        )
                        ">
                        {{ chapter006.tableData161[rowIndex][cellIndex] }}
                      </div>
                    </template>
                    <template v-else>
                      <div
                        contenteditable
                        @blur="
                          updateCell(
                            rowIndex,
                            cellIndex,
                            $event.target.innerText
                          )
                        "
                      >
                      <div contenteditable @blur="
                        updateCell(
                          rowIndex,
                          cellIndex,
                          $event.target.innerText
                        )
                        ">
                        {{ chapter006.tableData161[rowIndex][cellIndex] }}
                      </div>
                    </template>
@@ -259,13 +227,8 @@
          </div>
          <p>水是喝得越多越好吗?你知道什么是水中毒吗?请解释。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text4"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text4')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text4" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text4')"></textarea>
          </div>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述2 ⊙</p>
@@ -275,18 +238,11 @@
          </div>
          <p>饮料能代替白开水吗?为什么?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text5"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text5')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text5" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text5')"></textarea>
          </div>
          <h4 id="d064">
            ▶▶ 活动3:准备安全的饮用水<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动3:准备安全的饮用水<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述1 ⊙</p>
@@ -315,13 +271,8 @@
        <div class="bodystyle">
          <p>你认为这样的说法对吗?请写明理由。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text6"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text6')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text6" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text6')"></textarea>
          </div>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述2 ⊙</p>
@@ -331,13 +282,8 @@
          </div>
          <p>婴幼儿需要饮用专用的水吗?请写出想法和理由。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text7"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text7')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text7" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text7')"></textarea>
          </div>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述3 ⊙</p>
@@ -347,13 +293,8 @@
          </div>
          <p>请小组合作,讨论分析家长的这种想法是否正确并写出理由。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text8"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text8')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text8" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text8')"></textarea>
          </div>
        </div>
      </div>
@@ -381,28 +322,16 @@
          </div>
          <p>1.如果水温过高,会对婴幼儿造成什么伤害?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text9"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text9')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text9" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text9')"></textarea>
          </div>
          <p>2.给婴幼儿饮用的水的温度应控制在什么范围?请分小组讨论。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text10"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text10')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text10" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text10')"></textarea>
          </div>
          <h4 id="d065">
            ▶▶ 活动4:准备婴幼儿的饮水器具<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动4:准备婴幼儿的饮水器具<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述1 ⊙</p>
@@ -439,30 +368,18 @@
            1.随着婴幼儿喝水技能的提升,饮水器具也要相应地更换。不同的器具能满足不同年龄段的婴幼儿不同的饮水需要。请分析以上情境,帮助思思和朵朵选择合适的饮水器具。
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text11"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text11')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text11" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text11')"></textarea>
          </div>
          <p>
            2.学习阅读手册,讨论适合不同月龄的婴幼儿的饮水器具有哪些,特点是什么。
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text12"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text12')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text12" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text12')"></textarea>
          </div>
          <h3 id="c022">
            <span class="bk-h3"
              ><span class="bj1-h3">二</span>  指导婴幼儿自主饮水 </span
            >
            <span class="bk-h3"><span class="bj1-h3">二</span>  指导婴幼儿自主饮水 </span>
          </h3>
          <p>
            水在人体中起着不可替代的作用。婴幼儿若能够主动饮水,每天喝适量的水,则会对他们身体的正常发育和健康成长产生积极的影响。然而,0~3岁的婴幼儿年龄偏小,主动喝水的意识不强,因此,家长或保教人员需要指导婴幼儿每日饮用足量的水,指导婴幼儿知道喝水对身体健康的重要性,了解喝水的基本常识,让他们喜欢喝、主动地喝白开水;了解婴幼儿在自主饮水的过程中会出现哪些困难,如何有效解决,为婴幼儿学会主动饮水做好充足的准备;掌握有效的途径、方法和注意事项,最终帮助他们养成良好的饮水习惯。
@@ -486,9 +403,7 @@
        </div>
        <div class="bodystyle">
          <h4 id="d066">
            ▶▶ 活动1:找出婴幼儿自主饮水的问题<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动1:找出婴幼儿自主饮水的问题<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述1 ⊙</p>
@@ -501,13 +416,8 @@
          </div>
          <p>请小组讨论,找出果果不主动喝水的原因。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text13"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text13')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text13" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text13')"></textarea>
          </div>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述2 ⊙</p>
@@ -519,13 +429,8 @@
            面对这种情况,该如何做好家长工作,引导婴幼儿学会主动喝水,养成愿意喝白开水的良好习惯?
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text14"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text14')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text14" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text14')"></textarea>
          </div>
        </div>
      </div>
@@ -554,18 +459,11 @@
          </div>
          <p>小组合作,找一找出现上述情况的原因,分条说明。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text15"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text15')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text15" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text15')"></textarea>
          </div>
          <h4 id="d067">
            ▶▶ 活动2:引导婴幼儿主动饮水<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动2:引导婴幼儿主动饮水<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述1 ⊙</p>
@@ -577,13 +475,8 @@
            请帮家长想一个好的办法,帮助婴幼儿方便地量化自己的饮水量,同时也能及时了解婴幼儿的饮水量。
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text16"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text16')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text16" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text16')"></textarea>
          </div>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述2 ⊙</p>
@@ -622,64 +515,35 @@
            ></textarea>
          </div> -->
          <p class="pic-wall chapter-006">
            <span
              >1.根据以上情境,针对某一年龄段,以小组合作的方式共同设计一个主题墙饰,使婴幼儿能具体、直观地看到自己的饮水量,同时也便于托育园操作。在下方画出设计草图,并制作完成。</span
            >
            <span class="btnUpload-list btn" @click="handFile('fileThree')">
              <svg
                t="1717059899765"
                class="icon"
                viewBox="0 0 1024 1024"
                version="1.1"
                xmlns="http://www.w3.org/2000/svg"
                p-id="2633"
                xmlns:xlink="http://www.w3.org/1999/xlink"
                width="18"
                height="18"
              >
            <span>1.根据以上情境,针对某一年龄段,以小组合作的方式共同设计一个主题墙饰,使婴幼儿能具体、直观地看到自己的饮水量,同时也便于托育园操作。在下方画出设计草图,并制作完成。
              <svg @click="handFile('fileThree')" t="1717059899765" class="icon btnUpload-chapter006"
                viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2633"
                xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18">
                <path
                  d="M256.111993 608.601962c61.628148 0 122.808324 17.790888 183.220549 52.796701 88.122492-119.67252 198.387601-180.788701 328.747453-180.788701 80.122992 0 142.071121 0 191.860009 41.213424V217.522405C959.940004 168.181489 919.750516 127.992 870.345603 127.992h-716.755202A89.5944 89.5944 0 0 0 63.996 217.586401v489.569402c47.165052-64.95594 111.929004-98.489844 192.179989-98.489845z m95.994-159.99a95.994 95.994 0 1 0 0-191.988001 95.994 95.994 0 0 0 0 191.988001z m0 63.996a159.990001 159.990001 0 1 1 0-319.980001 159.990001 159.990001 0 0 1 0 319.980001zM1023.936004 619.097306a254.448097 254.448097 0 0 0-112.63296-41.469408c-38.909568-33.021936-81.27492-33.021936-143.223049-33.021936-116.664708 0-213.682645 58.23636-293.357665 177.716893l-17.726892 26.622336-26.622336-17.726892c-58.940316-39.293544-116.920692-58.620336-174.261109-58.620336-72.699456 0-125.880132 53.564652-163.317793 128.439972l-14.335104 28.606212-14.207112-7.103556A89.5944 89.5944 0 0 0 153.590401 905.031436h425.893381c6.783576 22.782576 16.63896 44.285232 29.182176 63.996H153.590401a153.590401 153.590401 0 0 1-153.590401-153.590401V217.586401A153.590401 153.590401 0 0 1 153.590401 63.996h716.691206A153.654397 153.654397 0 0 1 1023.936004 217.586401v401.510905z"
                  p-id="2634"
                ></path>
                  p-id="2634"></path>
                <path
                  d="M796.366227 796.430223v-142.199112a28.414224 28.414224 0 0 1 56.892444 0v142.199112h142.199113a28.414224 28.414224 0 0 1 0 56.828448h-142.199113v142.263109a28.414224 28.414224 0 0 1-56.95644 0v-142.263109h-142.135116a28.414224 28.414224 0 0 1 0-56.828448h142.199112z"
                  p-id="2635"
                ></path>
                  p-id="2635"></path>
              </svg>
            </span>
          </p>
          <div class="bk-tx">
            <div
              class="upload-list"
              v-if="chapter006.pictrueListThree.length > 0"
            >
              <div
                class="demo-image__preview openImgBox"
                v-for="item in chapter006.pictrueListThree"
                :key="item"
              >
            <div class="upload-list" v-if="chapter006.pictrueListThree.length > 0">
              <div class="demo-image__preview openImgBox" v-for="item in chapter006.pictrueListThree" :key="item">
                <img style="height: 100%" :src="item" alt="" />
              </div>
            </div>
            <div class="bk-inputUpload">
              <input
                type="file"
                id="fileThree"
                @change="handUploadFile($event, '3')"
              />
              <input type="file" id="fileThree" @change="handUploadFile($event, '3')" />
            </div>
          </div>
          <p>
            2.模拟演练。收集饮水健康教育的素材,如儿歌、故事、绘本、歌曲等,选取某年龄段(6~12月、1~2岁、2~3岁),针对婴幼儿主动喝水方面的某一问题,小组合作模拟进行饮水健康教育,组内成员进行点评,写出改进措施。
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text18"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text18')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text18" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text18')"></textarea>
          </div>
          <p>3.头脑风暴。小组成员归纳总结完成表1-6-2。</p>
          <p class="img">表1-6-2 婴幼儿良好饮水习惯的培养</p>
@@ -690,13 +554,9 @@
            <table class="table111 table122 table162">
              <thead>
                <tr>
                  <th
                    :style="{
                      width: index == 0 ? '200px' : '',
                    }"
                    v-for="(header, index) in chapter006.headersData162"
                    :key="index"
                  >
                  <th :style="{
                    width: index == 0 ? '200px' : '',
                  }" v-for="(header, index) in chapter006.headersData162" :key="index">
                    {{ header }}
                  </th>
                </tr>
@@ -707,21 +567,21 @@
                    主公饮水的习惯
                  </td>
                  <td>
                    <div contenteditable @blur="updateCell162($event,'text1')">
                    <div contenteditable @blur="updateCell162($event, 'text1')">
                      {{ chapter006.tableData162.text1 }}
                    </div>
                  </td>
                </tr>
                <tr>
                  <td>
                    <div contenteditable @blur="updateCell162($event,'text2')">
                    <div contenteditable @blur="updateCell162($event, 'text2')">
                      {{ chapter006.tableData162.text2 }}
                    </div>
                  </td>
                </tr>
                <tr>
                  <td>
                    <div contenteditable @blur="updateCell162($event,'text3')">
                    <div contenteditable @blur="updateCell162($event, 'text3')">
                      {{ chapter006.tableData162.text3 }}
                    </div>
                  </td>
@@ -731,21 +591,21 @@
                    愿意喝白开水的习惯
                  </td>
                  <td>
                    <div contenteditable @blur="updateCell162($event,'text4')">
                    <div contenteditable @blur="updateCell162($event, 'text4')">
                      {{ chapter006.tableData162.text4 }}
                    </div>
                  </td>
                </tr>
                <tr>
                  <td>
                    <div contenteditable @blur="updateCell162($event,'text5')">
                    <div contenteditable @blur="updateCell162($event, 'text5')">
                      {{ chapter006.tableData162.text5 }}
                    </div>
                  </td>
                </tr>
                <tr>
                  <td>
                    <div contenteditable @blur="updateCell162($event,'text6')">
                    <div contenteditable @blur="updateCell162($event, 'text6')">
                      {{ chapter006.tableData162.text6 }}
                    </div>
                  </td>
@@ -755,21 +615,21 @@
                    其他良好的饮水习惯
                  </td>
                  <td>
                    <div contenteditable @blur="updateCell162($event,'text7')">
                    <div contenteditable @blur="updateCell162($event, 'text7')">
                      {{ chapter006.tableData162.text7 }}
                    </div>
                  </td>
                </tr>
                <tr>
                  <td>
                    <div contenteditable @blur="updateCell162($event,'text8')">
                    <div contenteditable @blur="updateCell162($event, 'text8')">
                      {{ chapter006.tableData162.text8 }}
                    </div>
                  </td>
                </tr>
                <tr>
                  <td>
                    <div contenteditable @blur="updateCell162($event,'text9')">
                    <div contenteditable @blur="updateCell162($event, 'text9')">
                      {{ chapter006.tableData162.text9 }}
                    </div>
                  </td>
@@ -798,17 +658,13 @@
        </div>
        <div class="bodystyle">
          <h3 id="c023">
            <span class="bk-h3"
              ><span class="bj1-h3">三</span>  组织婴幼儿集体饮水 </span
            >
            <span class="bk-h3"><span class="bj1-h3">三</span>  组织婴幼儿集体饮水 </span>
          </h3>
          <p>
            饮水是婴幼儿一日生活中最重要的生活环节。多数婴幼儿要在托育园待上半天或者一整天,保教人员要引导他们学会排队饮水、自主饮水,每天保证适宜的水量,在饮水过程中能够避免危险,从而正常发育和健康成长。因此,能够科学合理地组织婴幼儿集体饮水,能够及时发现安全隐患,并说出预防措施是保教人员的必备能力。
          </p>
          <h4 id="d068">
            ▶▶ 活动1:做好饮水前的准备<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动1:做好饮水前的准备<span class="fontsz1">>>>>>>>></span>
          </h4>
          <p><b>①活动准备</b></p>
          <p>
@@ -879,28 +735,15 @@
            <div class="bj-tip">
              准备饮水物品的评分标准
              <div @click="activityGroup">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  width="19.28"
                  height="20.563"
                  viewBox="0 0 19.28 20.563"
                >
                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                  <g transform="translate(-109.056 -82.941)">
                    <path
                      class="a"
                    <path class="a"
                      d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
                      transform="translate(-3316.14 15289.201)"
                    />
                    <path
                      class="a"
                      transform="translate(-3316.14 15289.201)" />
                    <path class="a"
                      d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
                      transform="translate(-196.896 -148.921)"
                    />
                    <path
                      class="a"
                      d="M763.392,793.79l3.262-3.262h-3.262Z"
                      transform="translate(-638.661 -690.634)"
                    />
                      transform="translate(-196.896 -148.921)" />
                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                  </g>
                </svg>
              </div>
@@ -909,48 +752,33 @@
              <table class="table111 table122">
                <thead>
                  <tr>
                    <th
                      :style="{
                        width: index == 3 ? '300px' : '80px',
                      }"
                      v-for="(header, index) in chapter006.publicHeader"
                      :key="index"
                    >
                    <th :style="{
                      width: index == 3 ? '300px' : '80px',
                    }" v-for="(header, index) in chapter006.publicHeader" :key="index">
                      {{ header }}
                    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr
                    v-for="(row, rowIndex) in chapter006.groupData"
                    :key="rowIndex"
                  >
                  <tr v-for="(row, rowIndex) in chapter006.groupData" :key="rowIndex">
                    <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                      <template v-if="cell === ''">
                        <input
                          type="text"
                          v-model="chapter006.groupData[rowIndex][cellIndex]"
                          @blur="
                            updateCellGroup(
                              rowIndex,
                              cellIndex,
                              $event.target.value
                            )
                          "
                        />
                        <input type="text" v-model="chapter006.groupData[rowIndex][cellIndex]" @blur="
                          updateCellGroup(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                          " />
                      </template>
                      <template v-else-if="cellIndex == 4">
                        <input
                          type="text"
                          v-model="chapter006.groupData[rowIndex][cellIndex]"
                          @blur="
                            updateCellGroup(
                              rowIndex,
                              cellIndex,
                              $event.target.value
                            )
                          "
                        />
                        <input type="text" v-model="chapter006.groupData[rowIndex][cellIndex]" @blur="
                          updateCellGroup(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                          " />
                      </template>
                      <template v-else>
                        {{ cell }}
@@ -965,28 +793,16 @@
          <p><b>④总结与反思</b></p>
          <p>1.操作中容易出现哪些失误?造成这些失误的原因分别是什么?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text19"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text19')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text19" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text19')"></textarea>
          </div>
          <p>2.提升操作规范性与熟练度的措施有哪些?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text20"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text20')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text20" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text20')"></textarea>
          </div>
          <h4 id="d069">
            ▶▶ 活动2:指导婴幼儿集体饮水<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动2:指导婴幼儿集体饮水<span class="fontsz1">>>>>>>>></span>
          </h4>
          <!-- <p><br /></p>
        <div class="bk-sys">
@@ -1004,43 +820,23 @@
            <div class="bj-tip">
              视频:喝水
              <div @click="activityOne">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  xmlns:xlink="http://www.w3.org/1999/xlink"
                  width="20.863"
                  height="20.817"
                  viewBox="0 0 19.863 13.817"
                >
                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
                  height="20.817" viewBox="0 0 19.863 13.817">
                  <g transform="translate(-40.961 -184.321)">
                    <path
                      class="a"
                    <path class="a"
                      d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
                      transform="translate(51.824 196.82) rotate(-90)"
                    />
                    <path
                      class="b"
                      transform="translate(51.824 196.82) rotate(-90)" />
                    <path class="b"
                      d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
                      transform="translate(-3269 15293.001)"
                    />
                      transform="translate(-3269 15293.001)" />
                  </g>
                </svg>
              </div>
            </div>
            <div
              class="tips-file"
              v-if="chapter006.isOpenOne && chapter006.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="chapter006.videOneUrl"
              ></video>
            <div class="tips-file" v-if="chapter006.isOpenOne && chapter006.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="chapter006.videOneUrl"></video>
            </div>
          </div>
          <p><br /></p>
@@ -1086,23 +882,13 @@
          <p>通过以上活动,思考下面的问题。</p>
          <p>1.在婴幼儿集体饮水的过程中可能存在的安全隐患有哪些?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text21"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text21')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text21" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text21')"></textarea>
          </div>
          <p>2.排查隐患的方法有哪些?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.textAreaItem.text22"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text22')"
            ></textarea>
            <textarea v-model="chapter006.textAreaItem.text22" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text22')"></textarea>
          </div>
          <!-- <p><br /></p> -->
          <!-- <div class="bk-sys">
@@ -1120,28 +906,15 @@
            <div class="bj-tip">
              指导婴幼儿集体饮水的评分标准
              <div @click="activityScore1">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  width="19.28"
                  height="20.563"
                  viewBox="0 0 19.28 20.563"
                >
                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                  <g transform="translate(-109.056 -82.941)">
                    <path
                      class="a"
                    <path class="a"
                      d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
                      transform="translate(-3316.14 15289.201)"
                    />
                    <path
                      class="a"
                      transform="translate(-3316.14 15289.201)" />
                    <path class="a"
                      d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
                      transform="translate(-196.896 -148.921)"
                    />
                    <path
                      class="a"
                      d="M763.392,793.79l3.262-3.262h-3.262Z"
                      transform="translate(-638.661 -690.634)"
                    />
                      transform="translate(-196.896 -148.921)" />
                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                  </g>
                </svg>
              </div>
@@ -1150,48 +923,33 @@
              <table class="table111 table122">
                <thead>
                  <tr>
                    <th
                      :style="{
                        width: index == 3 ? '300px' : '50px',
                      }"
                      v-for="(header, index) in chapter006.publicHeader"
                      :key="index"
                    >
                    <th :style="{
                      width: index == 3 ? '300px' : '50px',
                    }" v-for="(header, index) in chapter006.publicHeader" :key="index">
                      {{ header }}
                    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr
                    v-for="(row, rowIndex) in chapter006.scoreData1"
                    :key="rowIndex"
                  >
                  <tr v-for="(row, rowIndex) in chapter006.scoreData1" :key="rowIndex">
                    <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                      <template v-if="cell === ''">
                        <input
                          type="text"
                          v-model="chapter006.scoreData1[rowIndex][cellIndex]"
                          @blur="
                            updateCellGroup1(
                              rowIndex,
                              cellIndex,
                              $event.target.value
                            )
                          "
                        />
                        <input type="text" v-model="chapter006.scoreData1[rowIndex][cellIndex]" @blur="
                          updateCellGroup1(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                          " />
                      </template>
                      <template v-else-if="cellIndex == 4">
                        <input
                          type="text"
                          v-model="chapter006.scoreData1[rowIndex][cellIndex]"
                          @blur="
                            updateCellGroup1(
                              rowIndex,
                              cellIndex,
                              $event.target.value
                            )
                          "
                        />
                        <input type="text" v-model="chapter006.scoreData1[rowIndex][cellIndex]" @blur="
                          updateCellGroup1(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                          " />
                      </template>
                      <template v-else>
                        {{ cell }}
@@ -1207,41 +965,6 @@
          <p>
            2~4人为一组开展实训操作,其中一人模拟教师,一人模拟婴幼儿,其他同学观摩。操作者一边实操一边讲解操作要领,其他同学按照指导婴幼儿集体饮水的评分标准给操作者打分。
          </p>
          <h4 id="d070">
            ▶▶ 应用与实践<span class="fontsz1">>>>>>>>></span>
          </h4>
          <p><br /></p>
          <p><b>一、单选题</b></p>
          <p>
            1.水是人体各种组织的主要成分,能协助体内生理程序的进行,还有( <input
              v-model="chapter006.radio.text1"
              @blur="onRadioText()"
            /> )的作用。
          </p>
          <p class="block">A.调节体温</p>
          <p class="block">B.提供热能</p>
          <p class="block">C.促进肠蠕动</p>
          <p class="block">D.抗氧化</p>
          <p>
            2.婴幼儿对水的需求量主要取决于( <input
              v-model="chapter006.radio.text2"
              @blur="onRadioText()"
            /> )。
          </p>
          <p class="block">A.活动量</p>
          <p class="block">B.气候、气温</p>
          <p class="block">C.饮食状况</p>
          <p class="block">D.以上都是</p>
          <p>
            3.婴幼儿饮水的要求是( <input
              v-model="chapter006.radio.text3"
              @blur="onRadioText()"
            /> )。
          </p>
          <p class="block">A.小口尝试,避免烫嘴</p>
          <p class="block">B.拿水杯前先用七步洗手法洗手</p>
          <p class="block">C.喝水时不要说笑</p>
          <p class="block">D.以上都是</p>
        </div>
      </div>
    </div>
@@ -1260,86 +983,23 @@
          </div>
        </div>
        <div class="bodystyle">
          <p>
            4.下列是为婴幼儿提供的饮用水,不安全的是( <input
              v-model="chapter006.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>
            5.在( <input
              v-model="chapter006.radio.text5"
              @blur="onRadioText()"
            /> ),保育员应提醒婴幼儿多饮水。
          </p>
          <p class="block">A.吃饭前</p>
          <p class="block">B.睡觉前</p>
          <p class="block">C.课间休息时</p>
          <p class="block">D.剧烈运动后</p>
          <p>
            6.指导婴幼儿接水饮水的错误做法是( <input
              v-model="chapter006.radio.text6"
              @blur="onRadioText()"
            /> )。
          </p>
          <p class="block">A.右手持杯柄,左手扶杯身</p>
          <p class="block">B.接满杯,避免洒落</p>
          <p class="block">C.喝前吹一吹,避免烫嘴</p>
          <p class="block">D.喝完后把水杯放回指定位置</p>
          <p>
            7.提高婴幼儿的饮水兴趣的方法有( <input
              v-model="chapter006.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><b>二、论述题</b></p>
          <p>
            在托育园里,保育老师发现佳佳特别不喜欢喝水,每次喝水都趁老师不注意接很少的水或者喝得很慢,然后偷偷将水倒掉。当你发现这个问题后,你觉得可能是什么原因造成的?你将如何与家长沟通?
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter006.radio.desc1"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('desc1')"
            ></textarea>
          </div>
          <h4 id="d070">
            ▶▶ 应用与实践<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="tips-bk">
            <div class="bj-tip">
              云测试:单元六应用与实践
              <div @click="activityThree">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  xmlns:xlink="http://www.w3.org/1999/xlink"
                  width="20.115"
                  height="19.988"
                  viewBox="0 0 20.115 19.988"
                >
                  <path
                    class="a"
                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.115"
                  height="19.988" viewBox="0 0 20.115 19.988">
                  <path class="a"
                    d="M3356.437-15192.012a.568.568,0,0,1-.236-.052.566.566,0,0,1-.271-.744l1.134-2.429h-5.505a.558.558,0,0,1-.557-.558.559.559,0,0,1,.557-.561h19a.559.559,0,0,1,.557.561.558.558,0,0,1-.557.558h-5.505l1.13,2.429a.552.552,0,0,1,.019.427.55.55,0,0,1-.29.313.547.547,0,0,1-.238.055.557.557,0,0,1-.5-.322l-1.355-2.9h-5.52l-1.352,2.9A.563.563,0,0,1,3356.437-15192.012Zm12.442-5.462h-15.645a2.236,2.236,0,0,1-2.233-2.233v-10.06a2.236,2.236,0,0,1,2.233-2.233h15.645a2.238,2.238,0,0,1,2.237,2.233v10.06A2.238,2.238,0,0,1,3368.88-15197.474Zm-4.842-11.732a1.112,1.112,0,0,0-.748.287l-4.986,4.486a1.143,1.143,0,0,0-.309.473l-1.577,2.727a.57.57,0,0,0,.034.61.552.552,0,0,0,.447.229.448.448,0,0,0,.126-.016.55.55,0,0,0,.13-.03l2.871-1.233a1.153,1.153,0,0,0,.523-.268l4.982-4.485a1.121,1.121,0,0,0,.084-1.581l-.748-.828A1.113,1.113,0,0,0,3364.038-15209.206Z"
                    transform="translate(-3351.001 15212)"
                  />
                    transform="translate(-3351.001 15212)" />
                </svg>
              </div>
            </div>
            <div
              v-if="chapter006.idOpenThree && questionData"
              class="tips-file"
            >
              <examinations
                :primaryColor="'#f49a4c'"
                :cardList="questionData[113]"
              />
            <div v-if="chapter006.idOpenThree && questionData" class="tips-file">
              <examinations :primaryColor="'#f49a4c'" :cardList="questionData[117]" />
            </div>
          </div>
        </div>
@@ -1533,7 +1193,7 @@
          this.chapter006.scoreData1[rowIndex],
          5,
          this.chapter006.scoreData1[rowIndex][2] -
            this.chapter006.scoreData1[rowIndex][cellIndex]
          this.chapter006.scoreData1[rowIndex][cellIndex]
        );
      }
      localStorage.setItem("chapter006", JSON.stringify(this.chapter006));
@@ -1550,7 +1210,7 @@
          this.chapter006.groupData[rowIndex],
          5,
          this.chapter006.groupData[rowIndex][2] -
            this.chapter006.groupData[rowIndex][cellIndex]
          this.chapter006.groupData[rowIndex][cellIndex]
        );
      }
      localStorage.setItem("chapter006", JSON.stringify(this.chapter006));
@@ -1563,7 +1223,7 @@
          this.chapter006.scoreData1[rowIndex],
          5,
          this.chapter006.scoreData1[rowIndex][2] -
            this.chapter006.scoreData1[rowIndex][cellIndex]
          this.chapter006.scoreData1[rowIndex][cellIndex]
        );
      }
      localStorage.setItem("chapter006", JSON.stringify(this.chapter006));
@@ -1573,9 +1233,9 @@
      this.$set(this.chapter006.tableData161[rowIndex], cellIndex, value);
      localStorage.setItem("chapter006", JSON.stringify(this.chapter006));
    },
    updateCell162(e,val) {
    updateCell162(e, val) {
      // 更新单元格数据
      this.chapter006.tableData162[val] = e.target.innerText
      this.chapter006.tableData162[val] = e.target.innerText;
      localStorage.setItem("chapter006", JSON.stringify(this.chapter006));
    },
    onBlurChange() {
@@ -1601,7 +1261,7 @@
          imgData.append("FileType", FileType);
          imgData.append("MetaData", null);
          imgData.append("file", file);
          that.MG.file.upload(imgData).then(() => {});
          that.MG.file.upload(imgData).then(() => { });
          setTimeout(() => {
            that.chapter006.pictrueListThree.push(getPublicImage(e));
            that.isLoding = false;