Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout
| | |
| | | } else { |
| | | this.activeBook = await this.config.getBookConfig( |
| | | // childHealth |
| | | this.config.resourceCtx + "childHealth" |
| | | this.config.resourceCtx + "lifeCare" |
| | | ); |
| | | console.log("ac", this.activeBook); |
| | | this.config.activeBook = this.activeBook; |
| | | debugger; |
| | | this.config.goodsStore = this.activeBook.storeRefcode; |
| | | } |
| | | }, |
| | |
| | | -moz-text-emphasis-style: dot; |
| | | -ms-text-emphasis-style: dot; |
| | | text-emphasis-style: dot; |
| | | -webkit-text-emphasis-position: under; |
| | | -moz-text-emphasis-position: under; |
| | | -ms-text-emphasis-position: under; |
| | | text-emphasis-position: under; |
| | | -webkit-text-emphasis-position: under left; |
| | | -moz-text-emphasis-position: under left; |
| | | -ms-text-emphasis-position: under left; |
| | | text-emphasis-position: under left; |
| | | } |
| | | |
| | | .fieldset { |
| | |
| | | rows="4" |
| | | v-model="chapterOneData.learnTableOne.qOne" |
| | | placeholder="请输入内容" |
| | | maxlength="300" |
| | | |
| | | class="w100 ta-br textarea-text" |
| | | ></textarea> |
| | | <span class="ds-bl mt-10" |
| | |
| | | rows="4" |
| | | v-model="chapterOneData.learnTableOne.qTwo" |
| | | placeholder="请输入内容" |
| | | maxlength="300" |
| | | |
| | | class="w100 ta-br textarea-text" |
| | | ></textarea> |
| | | <span class="ds-bl mt-10" |
| | |
| | | rows="4" |
| | | v-model="chapterOneData.learnTableOne.qTHree" |
| | | placeholder="请输入内容" |
| | | maxlength="300" |
| | | |
| | | class="w100 ta-br textarea-text" |
| | | ></textarea> |
| | | <span class="ds-bl mt-10" |
| | |
| | | rows="4" |
| | | v-model="chapterOneData.learnTableOne.qFour" |
| | | placeholder="请输入内容" |
| | | maxlength="300" |
| | | |
| | | class="w100 ta-br textarea-text" |
| | | ></textarea> |
| | | <span class="ds-bl mt-10" |
| | |
| | | rows="4" |
| | | v-model="chapterOneData.learnTableOne.qFive" |
| | | placeholder="请输入内容" |
| | | maxlength="300" |
| | | |
| | | class="w100 ta-br textarea-text" |
| | | ></textarea> |
| | | <span class="ds-bl mt-10" |
| | |
| | | rows="4" |
| | | v-model="chapterOneData.learnTableOne.qSix" |
| | | placeholder="请输入内容" |
| | | maxlength="300" |
| | | |
| | | class="w100 ta-br textarea-text" |
| | | ></textarea> |
| | | <span class="ds-bl mt-10" |
| | |
| | | rows="4" |
| | | v-model="chapterOneData.learnTableOne.qSeven" |
| | | placeholder="请输入内容" |
| | | maxlength="300" |
| | | |
| | | class="w100 ta-br textarea-text" |
| | | ></textarea> |
| | | <span class="ds-bl mt-10" |
| | |
| | | rows="4" |
| | | v-model="chapterOneData.learnTableOne.qEight" |
| | | placeholder="请输入内容" |
| | | maxlength="300" |
| | | |
| | | class="w100 ta-br textarea-text" |
| | | ></textarea> |
| | | <span class="ds-bl mt-10" |
| | |
| | | rows="4" |
| | | v-model="chapterOneData.learnTableOne.qNine" |
| | | placeholder="请输入内容" |
| | | maxlength="300" |
| | | |
| | | class="w100 ta-br textarea-text" |
| | | ></textarea> |
| | | </td> |
| | |
| | | /*text-decoration:underline;*/ |
| | | text-emphasis-style: dot; |
| | | text-emphasis-color: #f75555; |
| | | text-emphasis-position: under; |
| | | text-emphasis-position: under left; |
| | | -webkit-text-emphasis-style: dot; |
| | | -webkit-text-emphasis-color: #000; |
| | | -webkit-text-emphasis-position: under; |
| | | -webkit-text-emphasis-position: under left; |
| | | } |
| | | |
| | | .topmark { |
| | |
| | | min-width: 375px; |
| | | margin: 0 auto; |
| | | border-color: #f49a4c; |
| | | height: 100%; |
| | | |
| | | textarea:focus, |
| | | input:focus { |
| | |
| | | } |
| | | |
| | | textarea { |
| | | width: 100%; |
| | | text-indent: 2em; |
| | | max-width: 653px; |
| | | min-height: 100px; |
| | | } |
| | | |
| | | .prefaceImg { |
| | |
| | | text-align: center; |
| | | white-space: pre-line; |
| | | } |
| | | |
| | | .drawflow { |
| | | .drawflow-node { |
| | | background-color: #fff; |
| | | |
| | | .contentWall { |
| | | width: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | align-items: center; |
| | | |
| | | .contentTitle { |
| | | margin-bottom: 5px; |
| | | } |
| | | |
| | | .contentText { |
| | | textarea { |
| | | text-indent: 0; |
| | | min-height: 50px; |
| | | margin: 0; |
| | | outline: none; |
| | | } |
| | | |
| | | textarea:focus { |
| | | border: 1px solid #000 !important; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | .content { |
| | | .btn-export { |
| | | float: right; |
| | | position: absolute; |
| | | top: 10px; |
| | | right: 10px; |
| | | color: white; |
| | | font-weight: bold; |
| | | border: 1px solid #0e5ba3; |
| | | background: #4ea9ff; |
| | | padding: 5px 10px; |
| | | border-radius: 4px; |
| | | cursor: pointer; |
| | | z-index: 5; |
| | | } |
| | | |
| | | .btn-clear { |
| | | float: right; |
| | | position: absolute; |
| | | top: 10px; |
| | | right: 85px; |
| | | color: white; |
| | | font-weight: bold; |
| | | border: 1px solid #96015b; |
| | | background: #e3195a; |
| | | padding: 5px 10px; |
| | | border-radius: 4px; |
| | | cursor: pointer; |
| | | z-index: 5; |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | .chapter { |
| | | font-family: "宋体"; |
| | |
| | | padding: 8px; |
| | | overflow: hidden; |
| | | white-space: pre-line; |
| | | |
| | | textarea { |
| | | width: 100%; |
| | | min-height: 20px; |
| | | min-width: 80px; |
| | | border: 0; |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | .bk-swdt { |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | |
| | | img { |
| | | width: 30px; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | |
| | | .bk-iframe { |
| | | width: 1200px; |
| | | height: 630px; |
| | | position: fixed; |
| | | left: -25%; |
| | | border: 1px solid #f49a4c; |
| | | z-index: 111; |
| | | background-color: #fff; |
| | | |
| | | .header-swdt { |
| | | height: 30px; |
| | | color: #000; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | background-color: #f49a4c; |
| | | |
| | | p { |
| | | margin: 0; |
| | | padding: 0; |
| | | padding-left: 10px; |
| | | text-indent: 0; |
| | | } |
| | | |
| | | i { |
| | | margin-right: 10px; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .bk-inputUpload { |
| | | width: 100%; |
| | | height: 200px; |
| | | |
| | | input { |
| | | width: 250px; |
| | | margin-left: 15px; |
| | | display: none; |
| | | } |
| | | |
| | | .btnUpload { |
| | | width: 60px; |
| | | height: 60px; |
| | | border: 2px dashed #f49a4c; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | font-size: 50px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .btnUpload-list { |
| | | width: 40px; |
| | | height: 40px; |
| | | border: 2px dashed #f49a4c; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | font-size: 40px; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | |
| | | .upload-list { |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | flex-wrap: wrap; |
| | | } |
| | | |
| | | .demo-image__preview-swdt { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | |
| | | .demo-image__preview { |
| | | width: 200px; |
| | | height: 100px; |
| | | border: 1px solid #f49a4c; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | margin-right: 6px; |
| | | margin-bottom: 6px; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .bj-tip { |
| | | min-width: 269px; |
| | | display: flex; |
| | | justify-content: space-around; |
| | | align-items: center; |
| | | padding: 3px 14px; |
| | | padding: 4px 14px; |
| | | box-sizing: border-box; |
| | | border: 3px solid #f49a4c; |
| | | border-radius: 30px; |
| | | position: absolute; |
| | | top: -30px; |
| | | top: -25px; |
| | | left: 15px; |
| | | background-color: #fff; |
| | | color: #f49a4c; |
| | | font-weight: bold; |
| | | font-size: 18px; |
| | | |
| | | img { |
| | | margin-left: 15px; |
| | | div { |
| | | width: 35px; |
| | | height: 30px; |
| | | border-radius: 5px; |
| | | background-color: #f49a4c; |
| | | border: 1px solid #f49a4c; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | margin-left: 5px; |
| | | cursor: pointer; |
| | | |
| | | svg { |
| | | fill: #fff; |
| | | } |
| | | } |
| | | |
| | | div:hover { |
| | | background-color: #fff; |
| | | border: 1px solid #f49a4c; |
| | | |
| | | svg { |
| | | fill: #f49a4c; |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | text-indent: 0em; |
| | | margin-left: 0%; |
| | | margin-right: 0%; |
| | | /* width: 23%; */ |
| | | } |
| | | |
| | | .right { |
| | |
| | | -moz-text-emphasis-style: dot; |
| | | -ms-text-emphasis-style: dot; |
| | | text-emphasis-style: dot; |
| | | -webkit-text-emphasis-position: under; |
| | | -moz-text-emphasis-position: under; |
| | | -ms-text-emphasis-position: under; |
| | | text-emphasis-position: under; |
| | | -webkit-text-emphasis-position: under left; |
| | | -moz-text-emphasis-position: under left; |
| | | -ms-text-emphasis-position: under left; |
| | | text-emphasis-position: under left; |
| | | } |
| | | |
| | | .fieldset { |
| | |
| | | <!-- eslint-disable vue/multi-word-component-names --> |
| | | <template> |
| | | <div class="page-main" @scroll="throttledScrollHandler"> |
| | | <div |
| | |
| | | transform: `scale(${pageZoom ? pageZoom : 1})`, |
| | | }" |
| | | > |
| | | <div style="width: 100%; height: 800px;"> |
| | | <drawflow /> |
| | | </div> |
| | | <front001 v-if="showCatalogList.indexOf(0) > -1" /> |
| | | <ChapterOne v-if="showCatalogList.indexOf(1) > -1" /> |
| | | <ChapterTwo v-if="showCatalogList.indexOf(2) > -1" /> |
| | | <ChapterThree v-if="showCatalogList.indexOf(3) > -1" /> |
| | | <ChapterFour v-if="showCatalogList.indexOf(4) > -1" /> |
| | | <ChapterFive v-if="showCatalogList.indexOf(5) > -1" /> |
| | | <chapterSix v-if="showCatalogList.indexOf(6) > -1" /> |
| | | <chapterSeven v-if="showCatalogList.indexOf(7) > -1" /> |
| | | <chapterEight v-if="showCatalogList.indexOf(8) > -1" /> |
| | | <chapterNine v-if="showCatalogList.indexOf(9) > -1" /> |
| | | <chapter010 v-if="showCatalogList.indexOf(10) > -1" /> |
| | | <chapter011 v-if="showCatalogList.indexOf(11) > -1" /> |
| | | <chapter012 v-if="showCatalogList.indexOf(12) > -1" /> |
| | | <chapter013 v-if="showCatalogList.indexOf(13) > -1" /> |
| | | <chapter014 v-if="showCatalogList.indexOf(14) > -1" /> |
| | | <chapter015 v-if="showCatalogList.indexOf(15) > -1" /> |
| | | <chapter016 v-if="showCatalogList.indexOf(16) > -1" /> |
| | | <chapter017 v-if="showCatalogList.indexOf(17) > -1" /> |
| | | <chapter018 v-if="showCatalogList.indexOf(18) > -1" /> |
| | | <drawflow /> |
| | | <front001 v-if="showCatalogList.indexOf(1) > -1" /> |
| | | <ChapterOne v-if="showCatalogList.indexOf(2) > -1" /> |
| | | <ChapterTwo v-if="showCatalogList.indexOf(3) > -1" /> |
| | | <ChapterThree v-if="showCatalogList.indexOf(4) > -1" /> |
| | | <ChapterFour v-if="showCatalogList.indexOf(5) > -1" /> |
| | | <ChapterFive v-if="showCatalogList.indexOf(6) > -1" /> |
| | | <chapterSix v-if="showCatalogList.indexOf(7) > -1" /> |
| | | <chapterSeven v-if="showCatalogList.indexOf(8) > -1" /> |
| | | <chapterEight v-if="showCatalogList.indexOf(9) > -1" /> |
| | | <chapterNine v-if="showCatalogList.indexOf(10) > -1" /> |
| | | <chapter010 v-if="showCatalogList.indexOf(11) > -1" /> |
| | | <chapter011 v-if="showCatalogList.indexOf(12) > -1" /> |
| | | <chapter012 v-if="showCatalogList.indexOf(13) > -1" /> |
| | | <chapter013 v-if="showCatalogList.indexOf(14) > -1" /> |
| | | <chapter014 v-if="showCatalogList.indexOf(15) > -1" /> |
| | | <chapter015 v-if="showCatalogList.indexOf(16) > -1" /> |
| | | <chapter016 v-if="showCatalogList.indexOf(17) > -1" /> |
| | | <chapter017 v-if="showCatalogList.indexOf(18) > -1" /> |
| | | <chapter018 v-if="showCatalogList.indexOf(19) > -1" /> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | }, |
| | | watch: { |
| | | showCatalogList: { |
| | | // eslint-disable-next-line no-unused-vars |
| | | handler(newVal, oldVal) { |
| | | if ( |
| | | this.$store.state.qiankun && |
| | |
| | | ).getSelection(); |
| | | const txt = selection.toString(); |
| | | if (selection.type != "none" && txt) { |
| | | // eslint-disable-next-line no-unused-vars |
| | | let node = selection.anchorNode.parentNode; |
| | | let pageHtml = this.getParentWithClass( |
| | | selection.anchorNode, |
| | |
| | | } |
| | | }); |
| | | }, |
| | | // eslint-disable-next-line |
| | | getParentWithClass(element, className) { |
| | | while (element.parentElement) { |
| | | element = element.parentElement; |
| | |
| | | } |
| | | } |
| | | }, |
| | | // eslint-disable-next-line no-unused-vars |
| | | pageChangeCallback(entries, observer) { |
| | | //entries:代表观察到的目标元素的集合。 observer:代表观察者对象。 |
| | | entries.forEach((entry) => { |
| | |
| | | } |
| | | }); |
| | | }, |
| | | }, |
| | | } |
| | | }; |
| | | </script> |
| | | |
New file |
| | |
| | | import SparkMD5 from "spark-md5"; |
| | | |
| | | export function getFileMd5(file, chunkSize) { |
| | | return new Promise((resolve, reject) => { |
| | | let blobSlice = |
| | | File.prototype.slice || |
| | | File.prototype.mozSlice || |
| | | File.prototype.webkitSlice; |
| | | let chunks = Math.ceil(file.size / chunkSize); |
| | | let currentChunk = 0; |
| | | let spark = new SparkMD5.ArrayBuffer(); |
| | | let fileReader = new FileReader(); |
| | | fileReader.onload = function (e) { |
| | | spark.append(e.target.result); |
| | | currentChunk++; |
| | | if (currentChunk < chunks) { |
| | | loadNext(); |
| | | } else { |
| | | const md5 = spark.end(); |
| | | resolve(md5); |
| | | } |
| | | }; |
| | | fileReader.onerror = function (e) { |
| | | reject(e); |
| | | }; |
| | | function loadNext() { |
| | | let start = currentChunk * chunkSize; |
| | | let end = start + chunkSize; |
| | | if (end > file.size) { |
| | | end = file.size; |
| | | } |
| | | fileReader.readAsArrayBuffer(blobSlice.call(file, start, end)); |
| | | } |
| | | loadNext(); |
| | | }); |
| | | } |
| | | |
| | | // 获取不受保护的图片 |
| | | export function getPublicImage(md5, width, height) { |
| | | let src = null; |
| | | if (md5) { |
| | | src = process.env.VUE_APP_API_URL + `/file/GetPreViewImage?md5=${md5}`; |
| | | } else { |
| | | return ""; |
| | | } |
| | | if (width) src += `&width=${width}`; |
| | | if (height) src += `&height=${height}`; |
| | | return src; |
| | | } |
| | |
| | | <template> |
| | | <div class="chapter" num="1"> |
| | | <div class="chapter" num="2"> |
| | | <div class="page-box" page="7"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b001"> |
| | |
| | | <p class="center"> |
| | | <el-image |
| | | class="chapter001-img-0018" |
| | | :src="chapter001.picOneUrl" |
| | | :preview-src-list="chapter001.picArr" |
| | | :src="picOneUrl" |
| | | :preview-src-list="picArr" |
| | | /> |
| | | </p> |
| | | <!-- <p class="center"> |
| | |
| | | </p> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:托育工作人员说婴幼儿生活保障<img |
| | | src="../icons/video.png" |
| | | @click="activityOne" |
| | | alt="" |
| | | /> |
| | | 视频:托育工作人员说婴幼儿生活保障 |
| | | <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" |
| | | > |
| | | <g transform="translate(-40.961 -184.321)"> |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text1')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text2')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text3')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text4')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text5')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text6')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text7')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text8')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text9')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text10')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text11')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text12')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text13')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text14')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text15')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text16')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text17')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('desc1')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('desc2')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('desc3')" |
| | | ></textarea> |
| | | </div> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 云测试:单元一应用与实践<img |
| | | src="../icons/sub.png" |
| | | @click="activityThree" |
| | | alt="" |
| | | /> |
| | | 云测试:单元一应用与实践 |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | v-if="chapter001.idOpenThree && chapter001.qustionData[9]" |
| | | class="tips-file" |
| | | > |
| | | <examinations :primaryColor="'#f49a4c'" :cardList="chapter001.qustionData[9]" /> |
| | | <examinations |
| | | :primaryColor="'#f49a4c'" |
| | | :cardList="chapter001.qustionData[9]" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | name: "chapter001", |
| | | data() { |
| | | return { |
| | | picOneUrl: require("../image/0018-1.jpg"), |
| | | picArr: [require("../image/0018-1.jpg")], |
| | | chapter001: { |
| | | videOneUrl: |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=68ebd5c05bcb742999a9ebdce4b4bd53", |
| | | picOneUrl: require("../image/0018-1.jpg"), |
| | | picArr: [require("../image/0018-1.jpg")], |
| | | isOpenOne: true, |
| | | idOpenThree: true, |
| | | qustionData: {}, |
| | |
| | | this.chapter001 = { ...Object.assign(this.chapter001, localData) }; |
| | | } |
| | | |
| | | this.chapter001.videOneUrl = getResourcePath("68ebd5c05bcb742999a9ebdce4b4bd53"); |
| | | this.chapter001.qustionData = await getQuestionData('1',testData[1],this.config.activeBook); |
| | | this.chapter001.videOneUrl = getResourcePath( |
| | | "68ebd5c05bcb742999a9ebdce4b4bd53" |
| | | ); |
| | | this.chapter001.qustionData = await getQuestionData( |
| | | "1", |
| | | testData[1], |
| | | this.config.activeBook |
| | | ); |
| | | }, |
| | | methods: { |
| | | activityOne() { |
| | |
| | | <template> |
| | | <div class="chapter" num="2"> |
| | | <div class="chapter" num="3"> |
| | | <div class="page-box" page="16"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b002"><img class="img-0" alt="" src="../image/dy2.jpg" /></h2> |
| | |
| | | </p> |
| | | </div> |
| | | <p class="center"> |
| | | <img class="img-a" alt="" src="../image/0027-1.jpg" /> |
| | | <el-image |
| | | class="chapter002-img-0035" |
| | | :src="picOneUrl" |
| | | :preview-src-list="picArr" |
| | | /> |
| | | <!-- <img class="img-a" alt="" src="../image/0027-1.jpg" /> --> |
| | | </p> |
| | | </div> |
| | | <div class="bk"> |
| | |
| | | </p> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:保育员来园工作<img |
| | | src="../icons/video.png" |
| | | @click="activityOne" |
| | | alt="" |
| | | /> |
| | | 视频:保育员来园工作 |
| | | <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" |
| | | > |
| | | <g transform="translate(-40.961 -184.321)"> |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text1')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text2')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 班级环境清洁消毒的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityGroup" |
| | | alt="" |
| | | /> |
| | | 班级环境清洁消毒的评分标准 |
| | | <div @click="activityGroup"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter002.isGroupOpen" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text3')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text4')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text5')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text6')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text7')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text8')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text9')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text10')" |
| | | ></textarea> |
| | | </div> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:晨间检查<img |
| | | src="../icons/video.png" |
| | | @click="activityTwo" |
| | | alt="" |
| | | /> |
| | | 视频:晨间检查 |
| | | <div @click="activityTwo"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text11')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | <p>6.将所用物品清理干净,摆放整齐。</p> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 晨间检查评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityDInspect" |
| | | alt="" |
| | | /> |
| | | 晨间检查评分标准 |
| | | <div @click="activityDInspect"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter002.isInspectOpen" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | </table> |
| | | </div> |
| | | </div> |
| | | <p><br/></p> |
| | | <p><b>③实训练习</b></p> |
| | | <p> |
| | | 2~4人为一组开展模拟实训操作,其中一人扮演婴幼儿,另一人模拟保教人员,其他同学观摩并按照晨间检查的评分标准给操作者打分。 |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text12')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text13')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </h4> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 设计来源提示卡评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityDesign" |
| | | alt="" |
| | | /> |
| | | 设计来源提示卡评分标准<div @click="activityDesign"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter002.isDesignOpen" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | </table> |
| | | </div> |
| | | </div> |
| | | <p><br/></p> |
| | | <p><b>①活动准备</b></p> |
| | | <p>1.物品准备:各种材质的纸、各种彩笔、电脑、流畅的网络等。</p> |
| | | <p>2.资料准备:查找有关托育机构内环境创设、墙面布置的相关资料。</p> |
| | |
| | | <p class="center"> |
| | | <el-image |
| | | class="chapter002-img-0035" |
| | | :src="chapter002.picOneUrl" |
| | | :preview-src-list="chapter002.picArr" |
| | | :src="picOneUrl" |
| | | :preview-src-list="picArr" |
| | | /> |
| | | <!-- <img class="img-b" alt="" src="../image/0035-2.jpg" /> --> |
| | | </p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text14')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text15')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text16')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text17')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text18')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text19')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text20')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="texxtareaInput" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text21')" |
| | | ></textarea> |
| | | <p class="left">表现</p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="texxtareaInput" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text22')" |
| | | ></textarea> |
| | | <p class="left">原因</p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="texxtareaInput" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text23')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text24')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text25')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | 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 @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" |
| | | 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)" |
| | | /> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | v-if="chapter002.idOpenThree && chapter002.qustionData[23]" |
| | |
| | | name: "chapter002", |
| | | data() { |
| | | return { |
| | | picOneUrl: require("../image/0027-1.jpg"), |
| | | picArr: [require("../image/0027-1.jpg")], |
| | | chapter002: { |
| | | videOneUrl: "", |
| | | videOneUrl116: "", |
| | | picOneUrl: require("../image/0035-2.jpg"), |
| | | picArr: [require("../image/0035-2.jpg")], |
| | | isOpenOne: true, |
| | | isOpenTwo: true, |
| | | idOpenThree: true, |
| | |
| | | if (localData) { |
| | | this.chapter002 = { ...Object.assign(this.chapter002, localData) }; |
| | | } |
| | | this.chapter002.videOneUrl = getResourcePath("6e471afdbeb95a8891f1551cbb0cd4fd"); |
| | | this.chapter002.videOneUrl116 = getResourcePath('b727b78f8036a38cbd054816a81da7f8') |
| | | this.chapter002.videOneUrl = getResourcePath( |
| | | "6e471afdbeb95a8891f1551cbb0cd4fd" |
| | | ); |
| | | this.chapter002.videOneUrl116 = getResourcePath( |
| | | "b727b78f8036a38cbd054816a81da7f8" |
| | | ); |
| | | this.chapter002.videOneUrl116 = |
| | | "https:/jsek.bnuic.com/file/api/ApiDownload?md5=b727b78f8036a38cbd054816a81da7f8"; |
| | | this.chapter002.videOneUrl = |
| | | "https:/jsek.bnuic.com/file/api/ApiDownload?md5=6e471afdbeb95a8891f1551cbb0cd4fd"; |
| | | this.chapter002.qustionData = await getQuestionData("2",testData[2],this.config.activeBook); |
| | | this.chapter002.qustionData = await getQuestionData( |
| | | "2", |
| | | testData[2], |
| | | this.config.activeBook |
| | | ); |
| | | }, |
| | | methods: { |
| | | activityOne() { |
| | |
| | | <template> |
| | | <div class="chapter" num="3"> |
| | | <div class="chapter" num="4"> |
| | | <div class="page-box" page="30"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b003"> |
| | |
| | | </p> |
| | | </div> |
| | | <p class="center"> |
| | | <img class="img-a" alt="" src="../image/0041-1.jpg" /> |
| | | <el-image |
| | | class="chapter002-img-0035" |
| | | :src="picOneUrl" |
| | | :preview-src-list="picArr" |
| | | /> |
| | | <!-- <img class="img-a" alt="" src="../image/0041-1.jpg" /> --> |
| | | </p> |
| | | </div> |
| | | <div class="bk"> |
| | |
| | | </h4> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:七步洗手法(内外夹弓大立腕)<img |
| | | src="../icons/video.png" |
| | | @click="activityOne" |
| | | alt="" |
| | | /> |
| | | 视频:七步洗手法(内外夹弓大立腕) |
| | | <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" |
| | | > |
| | | <g transform="translate(-40.961 -184.321)"> |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | <p>第七步:旋转揉搓腕部至肘部(见图1-3-7)。</p> |
| | | <el-carousel |
| | | :interval="3000" |
| | | :type="chapter003.sevenImgList?.length > 2 ? 'card' : ''" |
| | | :type="sevenImgList?.length > 2 ? 'card' : ''" |
| | | indicator-position="none" |
| | | > |
| | | <el-carousel-item |
| | | v-for="(item, i) in chapter003.sevenImgList" |
| | | :key="i" |
| | | > |
| | | <el-carousel-item v-for="(item, i) in sevenImgList" :key="i"> |
| | | <div class="imgCarousel"> |
| | | <el-image |
| | | :src="item.url" |
| | | :preview-src-list="chapter003.sevenSrcList" |
| | | :preview-src-list="sevenSrcList" |
| | | :fit="'fill'" |
| | | /> |
| | | <span v-if="item.name" class="medium">{{ item.name }}</span> |
| | |
| | | </p> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 七步洗手法的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityGroup" |
| | | alt="" |
| | | /> |
| | | 七步洗手法的评分标准 |
| | | <div @click="activityGroup"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter003.isGroupOpen" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text1')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text2')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text3')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:洗手<img |
| | | src="../icons/video.png" |
| | | @click="activityTwo" |
| | | alt="" |
| | | /> |
| | | 视频:洗手 |
| | | <div @click="activityTwo"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text4')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text5')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text6')" |
| | | ></textarea> |
| | | </div> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:七步洗手法(指导幼儿版)<img |
| | | src="../icons/video.png" |
| | | @click="activityFour" |
| | | alt="" |
| | | /> |
| | | 视频:七步洗手法(指导幼儿版) |
| | | <div @click="activityFour"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text7')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text8')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text9')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text10')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text11')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text12')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text13')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </h4> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:清洁婴儿的眼、耳、鼻腔和指(趾)甲<img |
| | | src="../icons/video.png" |
| | | @click="activityFive" |
| | | alt="" |
| | | /> |
| | | 视频:清洁婴儿的眼、耳、鼻腔和指(趾)甲 |
| | | <div @click="activityFive"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text14')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text15')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text16')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text17')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </p> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 眼、耳、鼻腔和指(趾)甲清洁的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore1" |
| | | alt="" |
| | | /> |
| | | 眼、耳、鼻腔和指(趾)甲清洁的评分标准 |
| | | <div @click="activityScore1"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter003.isScore1Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text18')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text19')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text20')" |
| | | ></textarea> |
| | | </div> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:婴儿臀部清洁(娃娃版)<img |
| | | src="../icons/video.png" |
| | | @click="activitySix" |
| | | alt="" |
| | | /> |
| | | 视频:婴儿臀部清洁(娃娃版) |
| | | <div @click="activitySix"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text21')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text22')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text23')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </p> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 臀部清洁的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore2" |
| | | alt="" |
| | | /> |
| | | 臀部清洁的评分标准 |
| | | <div @click="activityScore2"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter003.isScore2Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text24')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text25')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </h4> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:婴儿沐浴<img |
| | | src="../icons/video.png" |
| | | @click="activitySeven" |
| | | alt="" |
| | | /> |
| | | 视频:婴儿沐浴 |
| | | <div @click="activitySeven"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text26')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text27')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text28')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 婴儿沐浴的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore3" |
| | | alt="" |
| | | /> |
| | | 婴儿沐浴的评分标准 |
| | | <div @click="activityScore3"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter003.isScore3Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | </h4> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:洗脸及擦香<img |
| | | src="../icons/video.png" |
| | | @click="activityEigth" |
| | | alt="" |
| | | /> |
| | | 视频:洗脸及擦香 |
| | | <div @click="activityEigth"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text29')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 指导婴幼儿洗脸、擦香的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore4" |
| | | alt="" |
| | | /> |
| | | 指导婴幼儿洗脸、擦香的评分标准 |
| | | <div @click="activityScore4"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter003.isScore4Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text30')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text31')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text32')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text33')" |
| | | ></textarea> |
| | |
| | | </p> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:刷牙<img |
| | | src="../icons/video.png" |
| | | @click="activityNine" |
| | | alt="" |
| | | /> |
| | | 视频:刷牙 |
| | | <div @click="activityNine"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 指导婴幼儿洗脸、擦香的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore4" |
| | | alt="" |
| | | /> |
| | | 指导婴幼儿洗脸、擦香的评分标准<div @click="activityScore5"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter003.isScore5Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | </p> |
| | | <el-carousel |
| | | :interval="3000" |
| | | :type="chapter003.picImageList?.length > 2 ? 'card' : ''" |
| | | :type="picImageList?.length > 2 ? 'card' : ''" |
| | | indicator-position="none" |
| | | > |
| | | <el-carousel-item |
| | | v-for="(item, i) in chapter003.picImageList" |
| | | :key="i" |
| | | > |
| | | <el-carousel-item v-for="(item, i) in picImageList" :key="i"> |
| | | <div class="imgCarousel"> |
| | | <el-image |
| | | :src="item.url" |
| | | :preview-src-list="chapter003.picArr110" |
| | | :preview-src-list="picArr110" |
| | | :fit="'fill'" |
| | | /> |
| | | <span v-if="item.name" class="medium">{{ item.name }}</span> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text33')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </h4> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:指导幼儿漱口<img |
| | | src="../icons/video.png" |
| | | @click="activityTen" |
| | | alt="" |
| | | /> |
| | | 视频:指导幼儿漱口 |
| | | <div @click="activityTen"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text34')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text35')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text36')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text37')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </h4> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:幼儿不良洗手习惯<img |
| | | src="../icons/video.png" |
| | | @click="activityEle" |
| | | alt="" |
| | | /> |
| | | 视频:幼儿不良洗手习惯 |
| | | <div @click="activityEle"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text38')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text39')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </h4> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:幼儿的不良刷牙习惯<img |
| | | src="../icons/video.png" |
| | | @click="activityTev" |
| | | alt="" |
| | | /> |
| | | 视频:幼儿的不良刷牙习惯 |
| | | <div @click="activityTev"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text40')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text41')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text42')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text43')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text44')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text45')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text46')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text47')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | 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 @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" |
| | | 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)" |
| | | /> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | v-if="chapter003.idOpenThree && chapter003.qustionData[48]" |
| | | class="tips-file" |
| | | > |
| | | <examinations :primaryColor="'#f49a4c'" :cardList="chapter003.qustionData[48]" /> |
| | | <examinations |
| | | :primaryColor="'#f49a4c'" |
| | | :cardList="chapter003.qustionData[48]" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | name: "chapter003", |
| | | data() { |
| | | return { |
| | | picOneUrl: require("../image/0041-1.jpg"), |
| | | picArr: [require("../image/0041-1.jpg")], |
| | | // 1-3-10 |
| | | picArr110: [ |
| | | require("../image/0059-1.jpg"), |
| | | require("../image/0059-2.jpg"), |
| | | ], |
| | | picImageList: [ |
| | | { |
| | | name: "图1-3-9", |
| | | url: require("../image/0059-1.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-10", |
| | | url: require("../image/0059-2.jpg"), |
| | | }, |
| | | ], |
| | | sevenSrcList: [ |
| | | "../image/0042-2.jpg", |
| | | "../image/0042-3.jpg", |
| | | "../image/0042-4.jpg", |
| | | "../image/0043-1.jpg", |
| | | "../image/0043-2.jpg", |
| | | "../image/0043-3.jpg", |
| | | "../image/0043-4.jpg", |
| | | ], |
| | | sevenImgList: [ |
| | | { |
| | | name: "图1-3-1", |
| | | url: require("../image/0042-2.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-2", |
| | | url: require("../image/0042-3.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-3", |
| | | url: require("../image/0042-4.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-4", |
| | | url: require("../image/0043-1.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-5", |
| | | url: require("../image/0043-2.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-6", |
| | | url: require("../image/0043-3.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-7", |
| | | url: require("../image/0043-4.jpg"), |
| | | }, |
| | | ], |
| | | chapter003: { |
| | | videOneUrl: "", |
| | | videoTwoUrl: "", |
| | |
| | | videoEleUrl: "", |
| | | videoTevUrl: "", |
| | | isGroupOpen: true, |
| | | picOneUrl: require("../image/0018-1.jpg"), |
| | | picArr: [require("../image/0018-1.jpg")], |
| | | // 1-3-10 |
| | | picArr110: [ |
| | | require("../image/0059-1.jpg"), |
| | | require("../image/0059-2.jpg"), |
| | | ], |
| | | picImageList: [ |
| | | { |
| | | name: "图1-3-9", |
| | | url: require("../image/0059-1.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-10", |
| | | url: require("../image/0059-2.jpg"), |
| | | }, |
| | | ], |
| | | isOpenOne: true, |
| | | isOpenTwo: true, |
| | | idOpenThree: true, |
| | |
| | | isScore1Open: true, |
| | | isScore2Open: true, |
| | | isScore3Open: true, |
| | | isScore4Open:true, |
| | | isScore4Open: true, |
| | | isScore5Open: true, |
| | | qustionData: {}, |
| | | // 七步洗手法评分。。 |
| | | publicHeader: ["序号", "考核内容", "配分", "评分标准", "扣分", "得分"], |
| | |
| | | "", |
| | | "", |
| | | ], |
| | | ], |
| | | sevenSrcList: [ |
| | | "../image/0042-2.jpg", |
| | | "../image/0042-3.jpg", |
| | | "../image/0042-4.jpg", |
| | | "../image/0043-1.jpg", |
| | | "../image/0043-2.jpg", |
| | | "../image/0043-3.jpg", |
| | | "../image/0043-4.jpg", |
| | | ], |
| | | sevenImgList: [ |
| | | { |
| | | name: "图1-3-1", |
| | | url: require("../image/0042-2.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-2", |
| | | url: require("../image/0042-3.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-3", |
| | | url: require("../image/0042-4.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-4", |
| | | url: require("../image/0043-1.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-5", |
| | | url: require("../image/0043-2.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-6", |
| | | url: require("../image/0043-3.jpg"), |
| | | }, |
| | | { |
| | | name: "图1-3-7", |
| | | url: require("../image/0043-4.jpg"), |
| | | }, |
| | | ], |
| | | // 眼、鼻、耳 |
| | | scoreData1: [ |
| | |
| | | if (localData) { |
| | | this.chapter003 = { ...Object.assign(this.chapter003, localData) }; |
| | | } |
| | | this.chapter003.videOneUrl = getResourcePath("459ab85d46207bfcca4801dc9b319b9b"); |
| | | this.chapter003.videoTwoUrl = getResourcePath("3817bea302b25b865ff938140939a8de"); |
| | | this.chapter003.videoFourUrl = getResourcePath("7af72da649f6656c3b2164e708f5c132"); |
| | | this.chapter003.videoFiveUrl = getResourcePath("e24de9b0cdd889cb73e9b472ad6f4731"); |
| | | this.chapter003.videoSixUrl = getResourcePath("d95740ab777d9c7ca074c33317a835c4"); |
| | | this.chapter003.videoSevenUrl = getResourcePath("0b330926f3e6ed510b48144a83199fb3"); |
| | | this.chapter003.videoEigthUrl = getResourcePath("9f63cc4dcba6a87cbfe82a9ec4d7c77e"); |
| | | this.chapter003.videoNineUrl = getResourcePath("c2ecf6f102a6e9b210f3db49b17b58a4"); |
| | | this.chapter003.videoTenUrl = getResourcePath("b6943018923c0cbad4e414dc2097cb9a"); |
| | | this.chapter003.videoEleUrl = getResourcePath("eb604885f7c01cdf2d95df839c9c233a"); |
| | | this.chapter003.videoTevUrl = getResourcePath("f12a50c2ac57da78ff02f3d5f430163b"); |
| | | this.chapter003.videOneUrl = getResourcePath( |
| | | "459ab85d46207bfcca4801dc9b319b9b" |
| | | ); |
| | | this.chapter003.videoTwoUrl = getResourcePath( |
| | | "3817bea302b25b865ff938140939a8de" |
| | | ); |
| | | this.chapter003.videoFourUrl = getResourcePath( |
| | | "7af72da649f6656c3b2164e708f5c132" |
| | | ); |
| | | this.chapter003.videoFiveUrl = getResourcePath( |
| | | "e24de9b0cdd889cb73e9b472ad6f4731" |
| | | ); |
| | | this.chapter003.videoSixUrl = getResourcePath( |
| | | "d95740ab777d9c7ca074c33317a835c4" |
| | | ); |
| | | this.chapter003.videoSevenUrl = getResourcePath( |
| | | "0b330926f3e6ed510b48144a83199fb3" |
| | | ); |
| | | this.chapter003.videoEigthUrl = getResourcePath( |
| | | "9f63cc4dcba6a87cbfe82a9ec4d7c77e" |
| | | ); |
| | | this.chapter003.videoNineUrl = getResourcePath( |
| | | "c2ecf6f102a6e9b210f3db49b17b58a4" |
| | | ); |
| | | this.chapter003.videoTenUrl = getResourcePath( |
| | | "b6943018923c0cbad4e414dc2097cb9a" |
| | | ); |
| | | this.chapter003.videoEleUrl = getResourcePath( |
| | | "eb604885f7c01cdf2d95df839c9c233a" |
| | | ); |
| | | this.chapter003.videoTevUrl = getResourcePath( |
| | | "f12a50c2ac57da78ff02f3d5f430163b" |
| | | ); |
| | | this.chapter003.videOneUrl = |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=459ab85d46207bfcca4801dc9b319b9b"; |
| | | this.chapter003.videoTwoUrl = |
| | |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=eb604885f7c01cdf2d95df839c9c233a"; |
| | | this.chapter003.videoTevUrl = |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=f12a50c2ac57da78ff02f3d5f430163b"; |
| | | this.chapter003.qustionData = await getQuestionData("3",testData[3],this.config.activeBook); |
| | | this.chapter003.qustionData = await getQuestionData( |
| | | "3", |
| | | testData[3], |
| | | this.config.activeBook |
| | | ); |
| | | }, |
| | | methods: { |
| | | activityOne() { |
| | | this.chapter003.isOpenOne = !this.chapter003.isOpenOne; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activityTwo() { |
| | | this.chapter003.isOpenTwo = !this.chapter003.isOpenTwo; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activityThree() { |
| | | this.chapter003.idOpenThree = !this.chapter003.idOpenThree; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activityFour() { |
| | | this.chapter003.isOpenFour = !this.chapter003.isOpenFour; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activityFive() { |
| | | this.chapter003.isOpenFive = !this.chapter003.isOpenFive; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activitySix() { |
| | | this.chapter003.isOpenSix = !this.chapter003.isOpenSix; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activitySeven() { |
| | | this.chapter003.isOpenSeven = !this.chapter003.isOpenSeven; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activityEigth() { |
| | | this.chapter003.isOpenEigth = !this.chapter003.isOpenEigth; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activityNine() { |
| | | this.chapter003.isOpenNine = !this.chapter003.isOpenNine; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activityTen() { |
| | | this.chapter003.isOpenTen = !this.chapter003.isOpenTen; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activityEle() { |
| | | this.chapter003.isOpenEle = !this.chapter003.isOpenEle; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activityTev() { |
| | | this.chapter003.isOpenTev = !this.chapter003.isOpenTev; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activityGroup() { |
| | | this.chapter003.isGroupOpen = !this.chapter003.isGroupOpen; |
| | |
| | | this.chapter003.isScore4Open = !this.chapter003.isScore4Open; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | updateCellScore5(rowIndex, cellIndex, value) { |
| | | // 更新单元格数据 |
| | | this.$set(this.chapter003.scoreData5[rowIndex], cellIndex, value); |
| | | if (cellIndex == 4) { |
| | | this.$set( |
| | | this.chapter003.scoreData5[rowIndex], |
| | | 5, |
| | | this.chapter003.scoreData5[rowIndex][2] - |
| | | this.chapter003.scoreData5[rowIndex][cellIndex] |
| | | ); |
| | | } |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | activityScore5() { |
| | | this.chapter003.isScore5Open = !this.chapter003.isScore5Open; |
| | | localStorage.setItem("chapter003", JSON.stringify(this.chapter003)); |
| | | }, |
| | | updateCellScore4(rowIndex, cellIndex, value) { |
| | | // 更新单元格数据 |
| | | this.$set(this.chapter003.scoreData4[rowIndex], cellIndex, value); |
| | |
| | | <template> |
| | | <div class="chapter" num="4"> |
| | | <div class="chapter" num="5"> |
| | | <div class="page-box" page="55"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b004"> |
| | |
| | | </p> |
| | | </div> |
| | | <p class="center"> |
| | | <img class="img-b" alt="" src="../image/0067-1.jpg" /> |
| | | <el-image |
| | | class="chapter002-img-0035" |
| | | :src="picOneUrl" |
| | | :preview-src-list="picArr" |
| | | /> |
| | | <!-- <img class="img-b" alt="" src="../image/0067-1.jpg" /> --> |
| | | </p> |
| | | </div> |
| | | <div class="bk"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text1')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text2')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text3')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text4')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text5')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text6')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text7')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text8')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text9')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | <p><br /></p> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:给宝宝换尿布<img |
| | | src="../icons/video.png" |
| | | @click="activityOne" |
| | | alt="" |
| | | /> |
| | | 视频:给宝宝换尿布 |
| | | <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" |
| | | > |
| | | <g transform="translate(-40.961 -184.321)"> |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 更换纸尿裤的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityGroup" |
| | | alt="" |
| | | /> |
| | | 更换纸尿裤的评分标准 |
| | | <div @click="activityGroup"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter004.isGroupOpen" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text10')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text11')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text12')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text13')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text14')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text15')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text16')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text17')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text18')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text19')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text20')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text21')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </h4> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:幼儿不良如厕习惯<img |
| | | src="../icons/video.png" |
| | | @click="activityTwo" |
| | | alt="" |
| | | /> |
| | | 视频:幼儿不良如厕习惯 |
| | | <div @click="activityTwo"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text22')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text23')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text24')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text25')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text26')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text27')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text28')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text29')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:如厕<img |
| | | src="../icons/video.png" |
| | | @click="activityFour" |
| | | alt="" |
| | | /> |
| | | 视频:如厕 |
| | | <div @click="activityFour"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text30')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text31')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text32')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text33')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text34')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | <p class="block">D.女婴大便后一定要从后向前擦</p> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 云测试:单元四应用与实践<img |
| | | src="../icons/sub.png" |
| | | @click="activityThree" |
| | | alt="" |
| | | /> |
| | | 云测试:单元四应用与实践 |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | v-if="chapter004.idOpenThree && chapter004.qustionData[65]" |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | picOneUrl: require("../image/0067-1.jpg"), |
| | | picArr: [require("../image/0067-1.jpg")], |
| | | chapter004: { |
| | | videOneUrl: "", |
| | | videoTwoUrl: "", |
| | |
| | | methods: { |
| | | activityOne() { |
| | | this.chapter004.isOpenOne = !this.chapter004.isOpenOne; |
| | | localStorage.setItem("chapter004", JSON.stringify(this.chapter004)); |
| | | }, |
| | | activityTwo() { |
| | | this.chapter004.isOpenTwo = !this.chapter004.isOpenTwo; |
| | | localStorage.setItem("chapter004", JSON.stringify(this.chapter004)); |
| | | }, |
| | | activityThree() { |
| | | this.chapter004.idOpenThree = !this.chapter004.idOpenThree; |
| | | localStorage.setItem("chapter004", JSON.stringify(this.chapter004)); |
| | | }, |
| | | activityFour() { |
| | | this.chapter004.isOpenFour = !this.chapter004.isOpenFour; |
| | | localStorage.setItem("chapter004", JSON.stringify(this.chapter004)); |
| | | }, |
| | | activityGroup() { |
| | | this.chapter004.isGroupOpen = !this.chapter004.isGroupOpen; |
| | |
| | | <template> |
| | | <div class="chapter" num="5"> |
| | | <div class="chapter" num="6"> |
| | | <div class="page-box" page="71"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b005"> |
| | |
| | | </p> |
| | | </div> |
| | | <p class="center"> |
| | | <img class="img-a" alt="" src="../image/0083-1.jpg" /> |
| | | <el-image |
| | | class="chapter002-img-0035" |
| | | :src="picOneUrl" |
| | | :preview-src-list="picArr" |
| | | /> |
| | | <!-- <img class="img-a" alt="" src="../image/0083-1.jpg" /> --> |
| | | </p> |
| | | </div> |
| | | <div class="bk"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text1')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text2')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text3')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text4')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text5')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text6')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | <p><br /></p> |
| | | <p>3.小组讨论分析各位成员的一日食谱,评出最佳一日食谱。</p> |
| | | <p>(1)请用图片形式呈现,并贴在下面。</p> |
| | | <div class="bk-tx"> |
| | | <!-- <div class="bk-tx"> |
| | | <textarea |
| | | v-model="chapter005.textAreaItem.text7" |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="100" |
| | | @blur="onBlurChange('text7')" |
| | | ></textarea> |
| | | </div> --> |
| | | <div class="bk-tx"> |
| | | <div class="upload-list" v-if="chapter005.pictrueListTwo.length > 0"> |
| | | <div |
| | | class="demo-image__preview" |
| | | v-for="item in chapter005.pictrueListTwo" |
| | | :key="item" |
| | | > |
| | | <el-image |
| | | style="height: 100%" |
| | | :src="item" |
| | | :preview-src-list="chapter005.pictrueListTwo" |
| | | > |
| | | </el-image> |
| | | </div> |
| | | </div> |
| | | <div class="bk-inputUpload"> |
| | | <input |
| | | type="file" |
| | | id="fileTwo" |
| | | @change="handUploadFile($event, '2')" |
| | | /> |
| | | <span class="btnUpload-list" @click="handFile('fileTwo')">+</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text8')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:配方奶的冲调<img |
| | | src="../icons/video.png" |
| | | @click="activityOne" |
| | | alt="" |
| | | /> |
| | | 视频:配方奶的冲调 |
| | | <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" |
| | | > |
| | | <g transform="translate(-40.961 -184.321)"> |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text9')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 冲调配方奶的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityGroup" |
| | | alt="" |
| | | /> |
| | | 冲调配方奶的评分标准 |
| | | <div @click="activityGroup"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter005.isGroupOpen" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | </table> |
| | | </div> |
| | | </div> |
| | | <p><br/></p> |
| | | <p><b>④总结与反思</b></p> |
| | | <p>1.操作中容易失误扣分的方面有哪些?</p> |
| | | <div class="bk-tx"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text10')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text11')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text12')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text13')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text14')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text15')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('texts1')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('texts2')" |
| | | ></textarea> |
| | | </div> |
| | | <p class="center"> |
| | | <!-- <p class="center"> |
| | | <img class="img-b" alt="" src="image/0001-2.jpg" /> |
| | | </p> |
| | | </p> --> |
| | | <p>2.如何为婴幼儿准备一个宽敞、安全的就餐环境?</p> |
| | | <p class="center"> |
| | | <img class="img-b" alt="" src="image/0001-2.jpg" /> |
| | | </p> |
| | | <div class="bk-tx"> |
| | | <textarea |
| | | v-model="chapter005.textAreaItem.texts3" |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | @blur="onBlurChange('texts3')" |
| | | ></textarea> |
| | | </div> |
| | | <h4 id="d048"> |
| | | ▶▶ 活动2:创设愉快的进餐氛围<span class="fontsz1" |
| | | >>>>>>>>></span |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text16')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text17')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 分发餐具与食物的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore1" |
| | | alt="" |
| | | /> |
| | | 分发餐具与食物的评分标准 |
| | | <div @click="activityScore1"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter005.isScore1Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | </table> |
| | | </div> |
| | | </div> |
| | | <p><br/></p> |
| | | <p><b>③实训练习</b></p> |
| | | <p> |
| | | 2~4人为一组开展实训操作,其中一人操作,其他同学观摩。操作者一边实操一边讲解操作要领,其他同学按照分发餐具与食物的评分标准给操作者打分。 |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text18')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text19')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text20')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text21')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text22')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text23')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text24')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text25')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text26')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text27')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text28')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text28')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text29')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text30')" |
| | | ></textarea> |
| | |
| | | </h4> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:人工喂养<img |
| | | src="../icons/video.png" |
| | | @click="activityTwo" |
| | | alt="" |
| | | /> |
| | | 视频:人工喂养 |
| | | <div @click="activityTwo"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text31')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 奶瓶喂哺的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore2" |
| | | alt="" |
| | | /> |
| | | 奶瓶喂哺的评分标准 |
| | | <div @click="activityScore2"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter005.isScore2Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | </table> |
| | | </div> |
| | | </div> |
| | | <p><br/></p> |
| | | <p><b>③实训练习</b></p> |
| | | <p> |
| | | 2~4人为一组开展实训操作,其中一人操作,其他同学观摩。操作者一边实操一边讲解操作要领,其他同学按照奶瓶喂哺的评分标准给操作者打分。 |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text32')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text33')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 勺子喂哺的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore3" |
| | | alt="" |
| | | /> |
| | | 勺子喂哺的评分标准 |
| | | <div @click="activityScore3"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter005.isScore3Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | </table> |
| | | </div> |
| | | </div> |
| | | <p><br/></p> |
| | | <p><b>③实训练习</b></p> |
| | | <p> |
| | | 2~4人为一组开展实训操作,其中一人操作,其他同学观摩。操作者一边实操一边讲解操作要领,其他同学按照勺子喂哺的评分标准给操作者打分。 |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text34')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </p> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:组织婴幼儿集体进餐<img |
| | | src="../icons/video.png" |
| | | @click="activityFour" |
| | | alt="" |
| | | /> |
| | | 视频:组织婴幼儿集体进餐 |
| | | <div @click="activityFour"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text35')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text36')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text37')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text38')" |
| | | ></textarea> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 用勺进餐指导的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore4" |
| | | alt="" |
| | | /> |
| | | 用勺进餐指导的评分标准 |
| | | <div @click="activityScore4"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter005.isScore4Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text40')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text41')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text42')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text43')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text44')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text45')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text46')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text45')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text48')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text49')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text50')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text51')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text52')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text53')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text54')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text55')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text56')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text57')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text58')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text59')" |
| | | ></textarea> |
| | | </div> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:餐后整理<img |
| | | src="../icons/video.png" |
| | | @click="activityFive" |
| | | alt="" |
| | | /> |
| | | 视频:餐后整理 |
| | | <div @click="activityFive"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text60')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text61')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text62')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text63')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text64')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text65')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | 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 @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" |
| | | 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)" |
| | | /> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | v-if="chapter005.idOpenThree && chapter005.qustionData[94]" |
| | | class="tips-file" |
| | | > |
| | | <examinations :primaryColor="'#f49a4c'" :cardList="chapter005.qustionData[94]" /> |
| | | <examinations |
| | | :primaryColor="'#f49a4c'" |
| | | :cardList="chapter005.qustionData[94]" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | import getQuestionData from "@/assets/methods/examination.js"; |
| | | import testData from "../js/examinationList.js"; |
| | | import examinations from "@/components/examinations/index.vue"; |
| | | import { getFileMd5, getPublicImage } from "../js/tool.js"; |
| | | |
| | | export default { |
| | | name: "chapter005", |
| | | data() { |
| | | return { |
| | | picOneUrl: require("../image/0083-1.jpg"), |
| | | picArr: [require("../image/0083-1.jpg")], |
| | | chapter005: { |
| | | videOneUrl: "", |
| | | videoTwoUrl: "", |
| | |
| | | isScore1Open: true, |
| | | isScore2Open: true, |
| | | isScore3Open: true, |
| | | isScore4Open:true, |
| | | isScore4Open: true, |
| | | pictrueListTwo:[], |
| | | qustionData: {}, |
| | | // 冲调配方奶 |
| | | publicHeader: ["序号", "考核内容", "配分", "评分标准", "扣分", "得分"], |
| | |
| | | if (localData) { |
| | | this.chapter005 = { ...Object.assign(this.chapter005, localData) }; |
| | | } |
| | | this.chapter005.videOneUrl = getResourcePath("439b0bde62a5098875c77e2492676577"); |
| | | this.chapter005.videoTwoUrl = getResourcePath("1a878261410b01ee8e4e0602a1fe935f"); |
| | | this.chapter005.videoFourUrl = getResourcePath("6cf2619beb704b3d79de04f0775c8ba3"); |
| | | this.chapter005.videoFiveUrl = getResourcePath("8400384441ad9236d5eab24f500ec2c7"); |
| | | this.chapter005.videOneUrl = getResourcePath( |
| | | "439b0bde62a5098875c77e2492676577" |
| | | ); |
| | | this.chapter005.videoTwoUrl = getResourcePath( |
| | | "1a878261410b01ee8e4e0602a1fe935f" |
| | | ); |
| | | this.chapter005.videoFourUrl = getResourcePath( |
| | | "6cf2619beb704b3d79de04f0775c8ba3" |
| | | ); |
| | | this.chapter005.videoFiveUrl = getResourcePath( |
| | | "8400384441ad9236d5eab24f500ec2c7" |
| | | ); |
| | | this.chapter005.videOneUrl = |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=439b0bde62a5098875c77e2492676577"; |
| | | this.chapter005.videoTwoUrl = |
| | |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=6cf2619beb704b3d79de04f0775c8ba3"; |
| | | this.chapter005.videoFiveUrl = |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=8400384441ad9236d5eab24f500ec2c7"; |
| | | this.chapter005.qustionData = await getQuestionData("5",testData[5],this.config.activeBook); |
| | | this.chapter005.qustionData = await getQuestionData( |
| | | "5", |
| | | testData[5], |
| | | this.config.activeBook |
| | | ); |
| | | }, |
| | | methods: { |
| | | activityOne() { |
| | | this.chapter005.isOpenOne = !this.chapter005.isOpenOne; |
| | | localStorage.setItem("chapter005", JSON.stringify(this.chapter005)); |
| | | }, |
| | | activityTwo() { |
| | | this.chapter005.isOpenTwo = !this.chapter005.isOpenTwo; |
| | | localStorage.setItem("chapter005", JSON.stringify(this.chapter005)); |
| | | }, |
| | | activityThree() { |
| | | this.chapter005.idOpenThree = !this.chapter005.idOpenThree; |
| | | localStorage.setItem("chapter005", JSON.stringify(this.chapter005)); |
| | | }, |
| | | activityFour() { |
| | | this.chapter005.isOpenFour = !this.chapter005.isOpenFour; |
| | | localStorage.setItem("chapter005", JSON.stringify(this.chapter005)); |
| | | }, |
| | | activityFive() { |
| | | this.chapter005.isOpenFive = !this.chapter005.isOpenFive; |
| | | localStorage.setItem("chapter005", JSON.stringify(this.chapter005)); |
| | | }, |
| | | activityGroup() { |
| | | this.chapter005.isGroupOpen = !this.chapter005.isGroupOpen; |
| | |
| | | onRadioText() { |
| | | localStorage.setItem("chapter005", JSON.stringify(this.chapter005)); |
| | | }, |
| | | handUploadFile(e, type) { |
| | | var that = this; |
| | | const file = e.target.files[0]; |
| | | const FileName = file.name.split(".")[0]; |
| | | const Extension = file.name.split(".")[1]; |
| | | const FileType = file.type; |
| | | let size = 1024; |
| | | getFileMd5(file, size * 1024) |
| | | .then((e) => { |
| | | const imgData = new FormData(); |
| | | imgData.append("Md5", e); |
| | | imgData.append("FileName", FileName); |
| | | imgData.append("Extension", Extension); |
| | | imgData.append("FileType", FileType); |
| | | imgData.append("MetaData", null); |
| | | imgData.append("file", file); |
| | | that.MG.file.upload(imgData).then(() => {}); |
| | | setTimeout(() => { |
| | | if (type == "1") { |
| | | that.chapter005.pictrueList.push(getPublicImage(e)); |
| | | } |
| | | if (type == "2") { |
| | | that.chapter005.pictrueListTwo.push(getPublicImage(e)); |
| | | } |
| | | if (type == "3") { |
| | | that.chapter005.pictrueListThree.push(getPublicImage(e)); |
| | | } |
| | | that.isLoding = false; |
| | | localStorage.setItem("chapter005", JSON.stringify(this.chapter005)); |
| | | }, 1000); |
| | | }) |
| | | .catch((e) => { |
| | | that.isLoding = false; |
| | | console.error(e); |
| | | }); |
| | | }, |
| | | handFile(str) { |
| | | let dom = document.getElementById(str); |
| | | dom.click(); |
| | | }, |
| | | }, |
| | | }; |
| | | </script> |
| | |
| | | <template> |
| | | <div class="chapter" num="6"> |
| | | <div class="chapter" num="7"> |
| | | <div class="page-box" page="100"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b006"><img class="img-0" alt="" src="../image/dy6.jpg" /></h2> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="101"> |
| | | <div class="header"> |
| | | <div class="pageHeader-first"> |
| | | <div class="header-bj"></div> |
| | | <div class="content"> |
| | | <div class="pageStr">1-96</div> |
| | | <div class="title"> |
| | | <img src="../image/chapter.png" alt="" /> |
| | | <span class="cahpter">婴幼儿生活照护·行动手册</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <div class="bk"> |
| | | <div class="bj1"> |
| | |
| | | </p> |
| | | </div> |
| | | <p class="center"> |
| | | <img class="img-b" alt="" src="../image/0112-1.jpg" /> |
| | | <el-image |
| | | class="chapter002-img-0035" |
| | | :src="picOneUrl" |
| | | :preview-src-list="picArr" |
| | | /> |
| | | <!-- <img class="img-b" alt="" src="../image/0112-1.jpg" /> --> |
| | | </p> |
| | | </div> |
| | | <div class="bk"> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="102"> |
| | | <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-97</span> |
| | | </div> |
| | | </div> |
| | | <div class="borderLine"></div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <div class="bk-qjms"> |
| | | <p class="bj1-qjms">⊙ 情境描述2 ⊙</p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text1')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text2')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text3')" |
| | | ></textarea> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="103"> |
| | | <div class="header"> |
| | | <div class="pageHeader-first"> |
| | | <div class="header-bj"></div> |
| | | <div class="content"> |
| | | <div class="pageStr">1-98</div> |
| | | <div class="title"> |
| | | <img src="../image/chapter.png" alt="" /> |
| | | <span class="cahpter">婴幼儿生活照护·行动手册</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <p>3.学习阅读手册,填写表1-6-1并回答问题。</p> |
| | | <p class="img">表1-6-1 各年龄段婴幼儿一日饮水量统计表</p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text4')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text5')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="104"> |
| | | <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-99</span> |
| | | </div> |
| | | </div> |
| | | <div class="borderLine"></div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <p>你认为这样的说法对吗?请写明理由。</p> |
| | | <div class="bk-tx"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text6')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text7')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text8')" |
| | | ></textarea> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="105"> |
| | | <div class="header"> |
| | | <div class="pageHeader-first"> |
| | | <div class="header-bj"></div> |
| | | <div class="content"> |
| | | <div class="pageStr">1-100</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="bj1-qjms">⊙ 情境描述4 ⊙</p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text9')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text10')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="106"> |
| | | <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-101</span> |
| | | </div> |
| | | </div> |
| | | <div class="borderLine"></div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <div class="bk-qjms"> |
| | | <p class="bj1-qjms">⊙ 情境描述2 ⊙</p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text11')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text12')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="107"> |
| | | <div class="header"> |
| | | <div class="pageHeader-first"> |
| | | <div class="header-bj"></div> |
| | | <div class="content"> |
| | | <div class="pageStr">1-102</div> |
| | | <div class="title"> |
| | | <img src="../image/chapter.png" alt="" /> |
| | | <span class="cahpter">婴幼儿生活照护·行动手册</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <h4 id="d066"> |
| | | ▶▶ 活动1:找出婴幼儿自主饮水的问题<span class="fontsz1" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text13')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text14')" |
| | | ></textarea> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="108"> |
| | | <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-103</span> |
| | | </div> |
| | | </div> |
| | | <div class="borderLine"></div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <div class="bk-qjms"> |
| | | <p class="bj1-qjms">⊙ 情境描述3 ⊙</p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text15')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text16')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="109"> |
| | | <div class="header"> |
| | | <div class="pageHeader-first"> |
| | | <div class="header-bj"></div> |
| | | <div class="content"> |
| | | <div class="pageStr">1-104</div> |
| | | <div class="title"> |
| | | <img src="../image/chapter.png" alt="" /> |
| | | <span class="cahpter">婴幼儿生活照护·行动手册</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <p> |
| | | 1.根据以上情境,针对某一年龄段,以小组合作的方式共同设计一个主题墙饰,使婴幼儿能具体、直观地看到自己的饮水量,同时也便于托育园操作。在下方画出设计草图,并制作完成。 |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text17')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text18')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | 主公饮水的习惯 |
| | | </td> |
| | | <td> |
| | | <input |
| | | <textarea |
| | | v-model="chapter006.tableData162.text1" |
| | | @blur="updateCell162" |
| | | /> |
| | |
| | | </tr> |
| | | <tr> |
| | | <td> |
| | | <input |
| | | <textarea |
| | | v-model="chapter006.tableData162.text2" |
| | | @blur="updateCell162" |
| | | /> |
| | |
| | | </tr> |
| | | <tr> |
| | | <td> |
| | | <input |
| | | <textarea |
| | | v-model="chapter006.tableData162.text3" |
| | | @blur="updateCell162" |
| | | /> |
| | |
| | | 愿意喝白开水的习惯 |
| | | </td> |
| | | <td> |
| | | <input |
| | | <textarea |
| | | v-model="chapter006.tableData162.text4" |
| | | @blur="updateCell162" |
| | | /> |
| | |
| | | </tr> |
| | | <tr> |
| | | <td> |
| | | <input |
| | | <textarea |
| | | v-model="chapter006.tableData162.text5" |
| | | @blur="updateCell162" |
| | | /> |
| | |
| | | </tr> |
| | | <tr> |
| | | <td> |
| | | <input |
| | | <textarea |
| | | v-model="chapter006.tableData162.text6" |
| | | @blur="updateCell162" |
| | | /> |
| | |
| | | 其他良好的饮水习惯 |
| | | </td> |
| | | <td> |
| | | <input |
| | | <textarea |
| | | v-model="chapter006.tableData162.text7" |
| | | @blur="updateCell162" |
| | | /> |
| | |
| | | </tr> |
| | | <tr> |
| | | <td> |
| | | <input |
| | | <textarea |
| | | v-model="chapter006.tableData162.text8" |
| | | @blur="updateCell162" |
| | | /> |
| | |
| | | </tr> |
| | | <tr> |
| | | <td> |
| | | <input |
| | | <textarea |
| | | v-model="chapter006.tableData162.text9" |
| | | @blur="updateCell162" |
| | | /> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="110"> |
| | | <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-105</span> |
| | | </div> |
| | | </div> |
| | | <div class="borderLine"></div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <h3 id="c023"> |
| | | <span class="bk-h3" |
| | |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="111"> |
| | | <div class="header"> |
| | | <div class="pageHeader-first"> |
| | | <div class="header-bj"></div> |
| | | <div class="content"> |
| | | <div class="pageStr">1-106</div> |
| | | <div class="title"> |
| | | <img src="../image/chapter.png" alt="" /> |
| | | <span class="cahpter">婴幼儿生活照护·行动手册</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <p><b>③实训练习</b></p> |
| | | <p> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 准备饮水物品的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityGroup" |
| | | alt="" |
| | | /> |
| | | 准备饮水物品的评分标准 |
| | | <div @click="activityGroup"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter006.isGroupOpen" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | </table> |
| | | </div> |
| | | </div> |
| | | <p><br/></p> |
| | | <p><b>④总结与反思</b></p> |
| | | <p>1.操作中容易出现哪些失误?造成这些失误的原因分别是什么?</p> |
| | | <div class="bk-tx"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text19')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text20')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:喝水<img |
| | | src="../icons/video.png" |
| | | @click="activityOne" |
| | | alt="" |
| | | /> |
| | | 视频:喝水 |
| | | <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" |
| | | > |
| | | <g transform="translate(-40.961 -184.321)"> |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="112"> |
| | | <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-107</span> |
| | | </div> |
| | | </div> |
| | | <div class="borderLine"></div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <p>5.帮助或者提醒婴幼儿将嘴巴擦干净。</p> |
| | | <p>6.婴幼儿喝完后,指导婴幼儿将水杯放回水杯架的对应位置。</p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text21')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text22')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 指导婴幼儿集体饮水的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore1" |
| | | alt="" |
| | | /> |
| | | 指导婴幼儿集体饮水的评分标准 |
| | | <div @click="activityScore1"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter006.isScore1Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | </table> |
| | | </div> |
| | | </div> |
| | | <p><br/></p> |
| | | <p><b>③实训练习</b></p> |
| | | <p> |
| | | 2~4人为一组开展实训操作,其中一人模拟教师,一人模拟婴幼儿,其他同学观摩。操作者一边实操一边讲解操作要领,其他同学按照指导婴幼儿集体饮水的评分标准给操作者打分。 |
| | |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="113"> |
| | | <div class="header"> |
| | | <div class="pageHeader-first"> |
| | | <div class="header-bj"></div> |
| | | <div class="content"> |
| | | <div class="pageStr">1-108</div> |
| | | <div class="title"> |
| | | <img src="../image/chapter.png" alt="" /> |
| | | <span class="cahpter">婴幼儿生活照护·行动手册</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <p> |
| | | 4.下列是为婴幼儿提供的饮用水,不安全的是( <input |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('desc1')" |
| | | ></textarea> |
| | | </div> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 云测试:单元六应用与实践<img |
| | | src="../icons/sub.png" |
| | | @click="activityThree" |
| | | alt="" |
| | | /> |
| | | 云测试:单元六应用与实践 |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | v-if="chapter006.idOpenThree && chapter006.qustionData[108]" |
| | |
| | | name: "chapter006", |
| | | data() { |
| | | return { |
| | | picOneUrl: require("../image/0112-1.jpg"), |
| | | picArr: [require("../image/0112-1.jpg")], |
| | | chapter006: { |
| | | videOneUrl: "", |
| | | isGroupOpen: true, |
| | |
| | | methods: { |
| | | activityOne() { |
| | | this.chapter006.isOpenOne = !this.chapter006.isOpenOne; |
| | | localStorage.setItem("chapter006", JSON.stringify(this.chapter006)); |
| | | }, |
| | | activityThree() { |
| | | this.chapter006.idOpenThree = !this.chapter006.idOpenThree; |
| | | localStorage.setItem("chapter006", JSON.stringify(this.chapter006)); |
| | | }, |
| | | activityScore1() { |
| | | this.chapter006.isScore1Open = !this.chapter006.isScore1Open; |
| | |
| | | <template> |
| | | <div class="chapter" num="7"> |
| | | <div class="chapter" num="8"> |
| | | <div class="page-box" page="114"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b007"><img class="img-0" alt="" src="../image/dy7.jpg" /></h2> |
| | |
| | | </p> |
| | | </div> |
| | | <p class="center"> |
| | | <img class="img-a" alt="" src="../image/0126-1.jpg" /> |
| | | <el-image |
| | | class="chapter002-img-0035" |
| | | :src="picOneUrl" |
| | | :preview-src-list="picArr" |
| | | /> |
| | | <!-- <img class="img-a" alt="" src="../image/0126-1.jpg" /> --> |
| | | </p> |
| | | </div> |
| | | <div class="bk"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text1')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text2')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text4')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text5')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text6')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text7')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text8')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text9')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text10')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 创设良好睡眠环境的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityGroup" |
| | | alt="" |
| | | /> |
| | | 创设良好睡眠环境的评分标准 |
| | | <div @click="activityGroup"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter007.isGroupOpen" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text11')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text12')" |
| | | ></textarea> |
| | | </div> |
| | | <p>3.观察并收集婴幼儿的睡眠信号。若有照片,可贴在下面。</p> |
| | | <div class="bk-tx"> |
| | | <p><br /></p> |
| | | <p><br /></p> |
| | | <div class="upload-list" v-if="chapter007.pictrueListTwo.length > 0"> |
| | | <div |
| | | class="demo-image__preview" |
| | | v-for="item in chapter007.pictrueListTwo" |
| | | :key="item" |
| | | > |
| | | <el-image |
| | | style="height: 100%" |
| | | :src="item" |
| | | :preview-src-list="chapter007.pictrueListTwo" |
| | | > |
| | | </el-image> |
| | | </div> |
| | | </div> |
| | | <div class="bk-inputUpload"> |
| | | <input |
| | | type="file" |
| | | id="fileTwo" |
| | | @change="handUploadFile($event, '2')" |
| | | /> |
| | | <span class="btnUpload-list" @click="handFile('fileTwo')">+</span> |
| | | </div> |
| | | </div> |
| | | <p>4.查阅阅读手册,研讨及归纳婴幼儿的睡眠信号。</p> |
| | | <div class="bk-tx"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text13')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text14')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text15')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text16')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text17')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text18')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text19')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text99')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | ><span class="bj1-h3">三</span> 睡前准备 </span |
| | | > |
| | | </h3> |
| | | <p><br /></p> |
| | | <p> </p> |
| | | <!-- <div class="bk-sys"> |
| | | <div class="bj1-sys"> |
| | | <p class="left"> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:午睡前的准备<img |
| | | src="../icons/video.png" |
| | | @click="activityOne" |
| | | alt="" |
| | | /> |
| | | 视频:午睡前的准备 |
| | | <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" |
| | | > |
| | | <g transform="translate(-40.961 -184.321)"> |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:午睡前的护理<img |
| | | src="../icons/video.png" |
| | | @click="activityTwo" |
| | | alt="" |
| | | /> |
| | | 视频:午睡前的护理 |
| | | <div @click="activityTwo"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | ></video> |
| | | </div> |
| | | </div> |
| | | <p><br /></p> |
| | | <p><br /></p> |
| | | <div class="bk-qjms"> |
| | | <p class="bj1-qjms">⊙ 情境描述 ⊙</p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text20')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text21')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:脱衣物指导<img |
| | | src="../icons/video.png" |
| | | @click="activityFour" |
| | | alt="" |
| | | /> |
| | | 视频:脱衣物指导 |
| | | <div @click="activityFour"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text22')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 指导穿脱衣物的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore1" |
| | | alt="" |
| | | /> |
| | | 指导穿脱衣物的评分标准 |
| | | <div @click="activityScore1"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | <!-- <img src="../icons/task.png" @click="activityScore1" alt="" /> --> |
| | | </div> |
| | | <div v-if="chapter007.isScore1Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text23')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text24')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 给婴幼儿讲述故事的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore2" |
| | | alt="" |
| | | /> |
| | | 给婴幼儿讲述故事的评分标准 |
| | | <div @click="activityScore2"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter007.isScore2Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text25')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text26')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="bodystyle"> |
| | | <p>3.请绘制为婴幼儿做睡前准备工作的思维导图。</p> |
| | | <div class="bk-tx"> |
| | | <p> <br /></p> |
| | | <p> <br /></p> |
| | | <p class="bk-swdt"> |
| | | 3.请绘制为婴幼儿做睡前准备工作的思维导图。<img |
| | | src="../icons/swdt.png" |
| | | alt="" |
| | | @click="showSwdt" |
| | | /> |
| | | </p> |
| | | <div class="bk-tx" style="min-height: 200px"> |
| | | <div class="bk-iframe" v-if="chapter007.isShowSwdt"> |
| | | <div class="header-swdt"> |
| | | <p>思维导图</p> |
| | | <i class="el-icon-close" @click="showSwdt"></i> |
| | | </div> |
| | | <iframe |
| | | width="100%" |
| | | height="600px" |
| | | frameborder="0" |
| | | scrolling="no" |
| | | src="https://www.iodraw.com/mind" |
| | | ></iframe> |
| | | </div> |
| | | <div class="bk-inputUpload" v-if="chapter007.pictrueList.length == 0"> |
| | | <input |
| | | type="file" |
| | | id="fileOne" |
| | | @change="handUploadFile($event, 1)" |
| | | /> |
| | | <span class="btnUpload" @click="handFile('fileOne')">+</span> |
| | | </div> |
| | | <div |
| | | style="width: 100%; height: 100%" |
| | | v-if="chapter007.pictrueList.length > 0" |
| | | > |
| | | <div |
| | | class="demo-image__preview-swdt" |
| | | v-for="item in chapter007.pictrueList" |
| | | :key="item" |
| | | > |
| | | <el-image |
| | | style="width: 100%" |
| | | :src="item" |
| | | :preview-src-list="chapter007.pictrueList" |
| | | > |
| | | </el-image> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <p>4.根据阅读手册,讨论如何有效开展睡前准备工作。</p> |
| | | <p>(1)在开展各项睡前活动时应注意哪些问题?</p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text27')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text28')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text29')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text30')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text31')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text32')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text33')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text34')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:午睡巡查<img |
| | | src="../icons/video.png" |
| | | @click="activityFive" |
| | | alt="" |
| | | /> |
| | | 视频:午睡巡查 |
| | | <div @click="activityFive"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text35')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | <div class="bodystyle"> |
| | | <p>2.拍摄或绘制婴幼儿的各种睡姿。</p> |
| | | <div class="bk-tx"> |
| | | <p><br /> </p> |
| | | <p><br /> </p> |
| | | <div |
| | | class="upload-list" |
| | | v-if="chapter007.pictrueListThree.length > 0" |
| | | > |
| | | <div |
| | | class="demo-image__preview" |
| | | v-for="item in chapter007.pictrueListThree" |
| | | :key="item" |
| | | > |
| | | <el-image |
| | | style="height: 100%" |
| | | :src="item" |
| | | :preview-src-list="chapter007.pictrueListThree" |
| | | > |
| | | </el-image> |
| | | </div> |
| | | </div> |
| | | <div class="bk-inputUpload"> |
| | | <input |
| | | type="file" |
| | | id="fileThree" |
| | | @change="handUploadFile($event, '3')" |
| | | /> |
| | | <span class="btnUpload-list" @click="handFile('fileThree')">+</span> |
| | | </div> |
| | | </div> |
| | | <div class="bk-qjms"> |
| | | <p class="bj1-qjms">⊙ 情境描述2 ⊙</p> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text36')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text37')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text38')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text39')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text40')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text41')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text42')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text43')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text44')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text45')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text46')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text47')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text48')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text49')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text50')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text51')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text52')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text53')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text54')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text55')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text56')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text57')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text58')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text59')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text60')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text61')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text62')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:起床后的护理<img |
| | | src="../icons/video.png" |
| | | @click="activitySix" |
| | | alt="" |
| | | /> |
| | | 视频:起床后的护理 |
| | | <div @click="activitySix"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text63')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text64')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text65')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text66')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text67')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text68')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text68')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="3" |
| | | maxlength="100" |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text69')" |
| | | ></textarea> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('desc')" |
| | | ></textarea> |
| | | </div> |
| | | <p></p> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 云测试:单元七应用与实践<img |
| | | src="../icons/sub.png" |
| | | @click="activityThree" |
| | | alt="" |
| | | /> |
| | | 云测试:单元七应用与实践 |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | v-if="chapter007.idOpenThree && chapter007.qustionData[131]" |
| | |
| | | import getQuestionData from "@/assets/methods/examination.js"; |
| | | import testData from "../js/examinationList.js"; |
| | | import examinations from "@/components/examinations/index.vue"; |
| | | import { getFileMd5, getPublicImage } from "../js/tool.js"; |
| | | |
| | | export default { |
| | | name: "chapter007", |
| | | data() { |
| | | return { |
| | | picOneUrl: require("../image/0126-1.jpg"), |
| | | picArr: [require("../image/0126-1.jpg")], |
| | | chapter007: { |
| | | videoTwoUrl: "", |
| | | videoFourUrl: "", |
| | |
| | | isOpenSix: true, |
| | | isScore1Open: true, |
| | | isScore2Open: true, |
| | | isShowSwdt: false, |
| | | pictrueList: [], |
| | | pictrueListTwo: [], |
| | | pictrueListThree: [], |
| | | qustionData: {}, |
| | | // 创设良好睡眠环境的评分标准 |
| | | publicHeader: ["序号", "考核内容", "配分", "评分标准", "扣分", "得分"], |
| | |
| | | components: { |
| | | examinations, |
| | | }, |
| | | async created() { |
| | | async created() { |
| | | const localData = JSON.parse(localStorage.getItem("chapter007")); |
| | | if (localData) { |
| | | this.chapter007 = { ...Object.assign(this.chapter007, localData) }; |
| | | } |
| | | this.chapter007.videOneUrl = getResourcePath("3c35b62a39cf8beddc28c5c1c8a847ec"); |
| | | this.chapter007.videoTwoUrl = getResourcePath("4731be836c5c625584c3c94a61249cc9"); |
| | | this.chapter007.videoFourUrl = getResourcePath("4889c1899ed5716aeea6ca031cd3136d"); |
| | | this.chapter007.videoFiveUrl = getResourcePath("a1d60d7c5322d531939118c1aaf8feb7"); |
| | | this.chapter007.videoSixUrl = getResourcePath("f92c68faa37e1f6ce9ca50f234ddad90"); |
| | | this.chapter007.videOneUrl = getResourcePath( |
| | | "3c35b62a39cf8beddc28c5c1c8a847ec" |
| | | ); |
| | | this.chapter007.videoTwoUrl = getResourcePath( |
| | | "4731be836c5c625584c3c94a61249cc9" |
| | | ); |
| | | this.chapter007.videoFourUrl = getResourcePath( |
| | | "4889c1899ed5716aeea6ca031cd3136d" |
| | | ); |
| | | this.chapter007.videoFiveUrl = getResourcePath( |
| | | "a1d60d7c5322d531939118c1aaf8feb7" |
| | | ); |
| | | this.chapter007.videoSixUrl = getResourcePath( |
| | | "f92c68faa37e1f6ce9ca50f234ddad90" |
| | | ); |
| | | this.chapter007.videOneUrl = |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=3c35b62a39cf8beddc28c5c1c8a847ec"; |
| | | this.chapter007.videoTwoUrl = |
| | |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=a1d60d7c5322d531939118c1aaf8feb7"; |
| | | this.chapter007.videoSixUrl = |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=f92c68faa37e1f6ce9ca50f234ddad90"; |
| | | this.chapter007.qustionData = await getQuestionData("7",testData[7],this.config.activeBook); |
| | | this.chapter007.qustionData = await getQuestionData( |
| | | "7", |
| | | testData[7], |
| | | this.config.activeBook |
| | | ); |
| | | }, |
| | | methods: { |
| | | activityOne() { |
| | |
| | | onRadioText() { |
| | | localStorage.setItem("chapter007", JSON.stringify(this.chapter007)); |
| | | }, |
| | | showSwdt() { |
| | | this.chapter007.isShowSwdt = !this.chapter007.isShowSwdt; |
| | | }, |
| | | handUploadFile(e, type) { |
| | | var that = this; |
| | | const file = e.target.files[0]; |
| | | const FileName = file.name.split(".")[0]; |
| | | const Extension = file.name.split(".")[1]; |
| | | const FileType = file.type; |
| | | let size = 1024; |
| | | getFileMd5(file, size * 1024) |
| | | .then((e) => { |
| | | const imgData = new FormData(); |
| | | imgData.append("Md5", e); |
| | | imgData.append("FileName", FileName); |
| | | imgData.append("Extension", Extension); |
| | | imgData.append("FileType", FileType); |
| | | imgData.append("MetaData", null); |
| | | imgData.append("file", file); |
| | | that.MG.file.upload(imgData).then(() => {}); |
| | | setTimeout(() => { |
| | | if (type == "1") { |
| | | that.chapter007.pictrueList.push(getPublicImage(e)); |
| | | } |
| | | if (type == "2") { |
| | | that.chapter007.pictrueListTwo.push(getPublicImage(e)); |
| | | } |
| | | if (type == "3") { |
| | | that.chapter007.pictrueListThree.push(getPublicImage(e)); |
| | | } |
| | | that.isLoding = false; |
| | | localStorage.setItem("chapter007", JSON.stringify(this.chapter007)); |
| | | }, 1000); |
| | | }) |
| | | .catch((e) => { |
| | | that.isLoding = false; |
| | | console.error(e); |
| | | }); |
| | | }, |
| | | handFile(str) { |
| | | let dom = document.getElementById(str); |
| | | dom.click(); |
| | | }, |
| | | }, |
| | | }; |
| | | </script> |
| | |
| | | <template> |
| | | <div class="chapter" num="8"> |
| | | <div class="chapter" num="9"> |
| | | <div class="page-box" page="137"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b008"><img class="img-0" alt="" src="../image/dy8.jpg" /></h2> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text1')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text2')" |
| | | ></textarea> |
| | | </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 @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" |
| | | > |
| | | <g transform="translate(-40.961 -184.321)"> |
| | | <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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text3')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text4')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text5')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text6')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 视频:奶瓶的清洁与消毒<img |
| | | src="../icons/video.png" |
| | | @click="activityTwo" |
| | | alt="" |
| | | /> |
| | | 视频:奶瓶的清洁与消毒 |
| | | <div @click="activityTwo"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="tips-file" |
| | |
| | | </div> --> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 用勺进餐指导的评分标准<img |
| | | src="../icons/task.png" |
| | | @click="activityScore1" |
| | | alt="" |
| | | /> |
| | | 用勺进餐指导的评分标准 |
| | | <div @click="activityScore1"> |
| | | <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" |
| | | 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" |
| | | 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)" |
| | | /> |
| | | </g> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div v-if="chapter008.isScore1Open" class="tips-file"> |
| | | <table class="table111 table122"> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | @blur="onBlurChange('text7')" |
| | | ></textarea> |
| | | </div> |
| | |
| | | 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 @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" |
| | | 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)" |
| | | /> |
| | | </svg> |
| | | </div> |
| | | </div> |
| | | <div |
| | | v-if="chapter008.idOpenThree && chapter008.qustionData[141]" |
| | | class="tips-file" |
| | | > |
| | | <examinations :primaryColor="'#f49a4c'" :cardList="chapter008.qustionData[141]" /> |
| | | <examinations |
| | | :primaryColor="'#f49a4c'" |
| | | :cardList="chapter008.qustionData[141]" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | if (localData) { |
| | | this.chapter008 = { ...Object.assign(this.chapter008, localData) }; |
| | | } |
| | | this.chapter008.videOneUrl = getResourcePath("80986796eb2d8ee1a47cdde606900ed0"); |
| | | this.chapter008.videoTwoUrl = getResourcePath("460c7bc740882a9ad93b096a2151dd1c"); |
| | | 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); |
| | | this.chapter008.qustionData = await getQuestionData( |
| | | "8", |
| | | testData[8], |
| | | this.config.activeBook |
| | | ); |
| | | }, |
| | | methods: { |
| | | activityOne() { |
| | |
| | | <template> |
| | | <div class="chapter" num="9"> |
| | | <div class="chapter" num="10"> |
| | | <div class="page-box" page="147"> |
| | | <div class="bodystyle"> |
| | | <template> |
| | |
| | | <template> |
| | | <div class="chapter" num="10"> |
| | | <div class="chapter" num="11"> |
| | | <div class="page-box" page="148"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b009"><img class="img-0" alt="" src="../image/zt1.jpg" /></h2> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text39')" |
| | | ></textarea> |
| | |
| | | <template> |
| | | <div class="chapter" num="11"> |
| | | <div class="chapter" num="12"> |
| | | <div class="page-box" page="159"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b010"><img class="img-0" alt="" src="../image/zt2.jpg" /></h2> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text39')" |
| | | ></textarea> |
| | |
| | | <template> |
| | | <div class="chapter" num="12"> |
| | | <div class="chapter" num="13"> |
| | | <div class="page-box" page="167"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b011"><img class="img-0" alt="" src="../image/zt3.jpg" /></h2> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text39')" |
| | | ></textarea> |
| | |
| | | <template> |
| | | <div class="chapter" num="13"> |
| | | <div class="chapter" num="14"> |
| | | <div class="page-box" page="179"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b012"><img class="img-0" alt="" src="../image/zt4.jpg" /></h2> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text39')" |
| | | ></textarea> |
| | |
| | | <template> |
| | | <div class="chapter" num="14"> |
| | | <div class="chapter" num="15"> |
| | | <div class="page-box" page="191"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b013"><img class="img-0" alt="" src="../image/zt5.jpg" /></h2> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text39')" |
| | | ></textarea> |
| | |
| | | <template> |
| | | <div class="chapter" num="15"> |
| | | <div class="chapter" num="16"> |
| | | <div class="page-box" page="216"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b014"><img class="img-0" alt="" src="../image/zt6.jpg" /></h2> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text39')" |
| | | ></textarea> |
| | |
| | | <template> |
| | | <div class="chapter" num="16"> |
| | | <div class="chapter" num="17"> |
| | | <div class="page-box" page="227"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b015"><img class="img-0" alt="" src="../image/zt7.jpg" /></h2> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text39')" |
| | | ></textarea> |
| | |
| | | <template> |
| | | <div class="chapter" num="17"> |
| | | <div class="chapter" num="18"> |
| | | <div class="page-box" page="236"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b016"><img class="img-0" alt="" src="../image/zt8.jpg" /></h2> |
| | |
| | | style="border: 0" |
| | | placeholder="请输入内容" |
| | | rows="5" |
| | | maxlength="200" |
| | | |
| | | class="textareaInput" |
| | | @blur="onBlurChange('text39')" |
| | | ></textarea> |
| | |
| | | <template> |
| | | <div class="chapter" num="17"> |
| | | <div class="chapter" num="19"> |
| | | <div class="page-box"> |
| | | <div class="header"> |
| | | <div class="pageHeader-first"> |
| | |
| | | <template> |
| | | <div class="chapter" num="0"> |
| | | <div class="chapter" num="1"> |
| | | <div class="page-box" page="1"> |
| | | <div class="bodystyle"> |
| | | <p class="center"><img alt="" class="imz" src="../image/SMY.jpg" /></p> |
| | |
| | | class="drag-drawflow" |
| | | draggable="true" |
| | | @dragstart="drag" |
| | | data-node="none" |
| | | data-node="template" |
| | | > |
| | | <span>节点</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="content" id="drawflow" @drop="drop" @dragover="allowDrop"></div> |
| | | <div class="content" id="drawflow" @drop="drop" @dragover="allowDrop"> |
| | | <div class="btn-export" @click="exportData">导出</div> |
| | | <div class="btn-clear" @click="editor.clearModuleSelected()">清空</div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import Vue from "vue"; |
| | | import Drawflow from "drawflow"; |
| | | import styleDrawflow from "drawflow/dist/drawflow.min.css"; |
| | | export default { |
| | | data() { |
| | | return { |
| | | editor: null, |
| | | mobile_item_selec: "", |
| | | mobile_last_move: null |
| | | mobile_last_move: null, |
| | | }; |
| | | }, |
| | | props: { |
| | | importData: { |
| | | type: Object |
| | | } |
| | | type: Object, |
| | | }, |
| | | }, |
| | | mounted() { |
| | | this.init(); |
| | | }, |
| | | methods: { |
| | | exportData() { |
| | | console.log(this.editor.export()); |
| | | }, |
| | | init() { |
| | | this.editor = new Drawflow("drawflow", Vue, this); |
| | | this.editor = new Drawflow( |
| | | document.getElementById("drawflow"), |
| | | Vue, |
| | | this |
| | | ); |
| | | this.editor.reroute = true; |
| | | this.editor.start(); |
| | | if (this.importData) { |
| | | // 渲染记录的数据 |
| | | this.editor.import(this.importData); |
| | |
| | | }); |
| | | |
| | | this.editor.on("mouseMove", function (position) { |
| | | console.log("Position mouse x:" + position.x + " y:" + position.y); |
| | | // console.log("Position mouse x:" + position.x + " y:" + position.y); |
| | | }); |
| | | |
| | | this.editor.on("nodeMoved", function (id) { |
| | |
| | | this.mobile_last_move = ev; |
| | | }, |
| | | drag(ev) { |
| | | console.log(ev, "drag"); |
| | | if (ev.type === "touchstart") { |
| | | this.mobile_item_selec = ev.target |
| | | .closest(".drag-drawflow") |
| | |
| | | return false; |
| | | } |
| | | pos_x = |
| | | 10; |
| | | pos_x * |
| | | (this.editor.precanvas.clientWidth / |
| | | (this.editor.precanvas.clientWidth * this.editor.zoom)) - |
| | | this.editor.precanvas.getBoundingClientRect().x * |
| | | (this.editor.precanvas.clientWidth / |
| | | (this.editor.precanvas.clientWidth * this.editor.zoom)); |
| | | pos_y = |
| | | 10; |
| | | pos_y * |
| | | (this.editor.precanvas.clientHeight / |
| | | (this.editor.precanvas.clientHeight * this.editor.zoom)) - |
| | | this.editor.precanvas.getBoundingClientRect().y * |
| | | (this.editor.precanvas.clientHeight / |
| | | (this.editor.precanvas.clientHeight * this.editor.zoom)); |
| | | |
| | | switch (name) { |
| | | case "none": |
| | | var none = ` |
| | | <div> |
| | | <div> |
| | | <input df-title /> |
| | | </div> |
| | | <div> |
| | | <textarea df-content></textarea> |
| | | </div> |
| | | </div> |
| | | case "template": |
| | | // eslint-disable-next-line no-case-declarations |
| | | let noneEle = ` |
| | | <div class="contentWall"> |
| | | <div class="contentTitle"> |
| | | <input df-title /> |
| | | </div> |
| | | <div class="contentText"> |
| | | <textarea rows="4" df-content></textarea> |
| | | </div> |
| | | </div> |
| | | `; |
| | | this.editor.addNode( |
| | | "none", |
| | | "noneEle", |
| | | 1, |
| | | 1, |
| | | pos_x, |
| | | pos_y, |
| | | "none", |
| | | "noneEle", |
| | | { |
| | | title: "", |
| | | content: "" |
| | | content: "", |
| | | }, |
| | | none |
| | | noneEle |
| | | ); |
| | | break; |
| | | } |
| | | }, |
| | | allowDrop(ev) { |
| | | ev.preventDefault(); |
| | | } |
| | | } |
| | | }, |
| | | }, |
| | | }; |
| | | </script> |
| | | |
| | | <style scoped> |
| | | @import 'drawflow/dist/drawflow.min.css'; |
| | | .drawflow { |
| | | width: 100%; |
| | | height: 100%; |