| | |
| | | <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"> |
| | |
| | | </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" |
| | |
| | | 主公饮水的习惯 |
| | | </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> |
| | |
| | | 愿意喝白开水的习惯 |
| | | </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> |
| | |
| | | 其他良好的饮水习惯 |
| | | </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> |
| | |
| | | <tr> |
| | | <th |
| | | :style="{ |
| | | width: index == 3 ? '300px' : '', |
| | | width: index == 3 ? '300px' : '80px', |
| | | }" |
| | | v-for="(header, index) in chapter006.publicHeader" |
| | | :key="index" |
| | |
| | | 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() { |