闫增涛
2024-06-11 efa5abd36ead5d3f5cc92d78ce616c5c26ef5344
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">
@@ -623,12 +625,11 @@
          </div> -->
          <p class="pic-wall chapter-006">
            <span
              >1.根据以上情境,针对某一年龄段,以小组合作的方式共同设计一个主题墙饰,使婴幼儿能具体、直观地看到自己的饮水量,同时也便于托育园操作。在下方画出设计草图,并制作完成。</span
            >
            <span class="btnUpload-list btn" @click="handFile('fileThree')">
              >1.根据以上情境,针对某一年龄段,以小组合作的方式共同设计一个主题墙饰,使婴幼儿能具体、直观地看到自己的饮水量,同时也便于托育园操作。在下方画出设计草图,并制作完成。
              <svg
                @click="handFile('fileThree')"
                t="1717059899765"
                class="icon"
                class="icon btnUpload-chapter006"
                viewBox="0 0 1024 1024"
                version="1.1"
                xmlns="http://www.w3.org/2000/svg"
@@ -911,7 +912,7 @@
                  <tr>
                    <th
                      :style="{
                        width: index == 3 ? '300px' : '',
                        width: index == 3 ? '300px' : '80px',
                      }"
                      v-for="(header, index) in chapter006.publicHeader"
                      :key="index"
@@ -1575,7 +1576,7 @@
    },
    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() {