闫增涛
2024-05-27 3182ff9a1fc71b628e4f48dc28a99e99a7a4be00
src/books/lifeCare/view/chapter002.vue
@@ -216,7 +216,6 @@
        <p>
          2~4人为一组开展实训操作,其中一人操作,其他同学观摩。操作者一边实操一边讲解操作要领,其他同学按照班级环境清洁消毒的评分标准给操作者打分。
        </p>
        <p><br /></p>
        <!-- <div class="bk-sys">
          <div class="bj1-sys">
            <p class="left">
@@ -605,7 +604,6 @@
        </p>
        <p>5.根据检查的结果发放对应的晨间检查牌。</p>
        <p>6.将所用物品清理干净,摆放整齐。</p>
        <p><br /></p>
        <div class="tips-bk">
          <div class="bj-tip">
            晨间检查评分标准<img
@@ -1113,8 +1111,9 @@
            v-model="chapter002.textAreaItem.text21"
            style="border: 0"
            placeholder="请输入内容"
            rows="5"
            maxlength="200"
            rows="3"
            maxlength="100"
            class="texxtareaInput"
            @blur="onBlurChange('text21')"
          ></textarea>
          <p class="left">表现</p>
@@ -1122,8 +1121,9 @@
            v-model="chapter002.textAreaItem.text22"
            style="border: 0"
            placeholder="请输入内容"
            rows="5"
            maxlength="200"
            rows="3"
            maxlength="100"
            class="texxtareaInput"
            @blur="onBlurChange('text22')"
          ></textarea>
          <p class="left">原因</p>
@@ -1131,8 +1131,9 @@
            v-model="chapter002.textAreaItem.text23"
            style="border: 0"
            placeholder="请输入内容"
            rows="5"
            maxlength="200"
            rows="3"
            maxlength="100"
            class="texxtareaInput"
            @blur="onBlurChange('text23')"
          ></textarea>
        </div>
@@ -1187,7 +1188,6 @@
        <h4 id="d015">
          ▶▶ 应用与实践<span class="fontsz1">>>>>>>>></span>
        </h4>
        <p><br /></p>
        <p><b>一、单选题</b></p>
        <p>
          1.欲配制浓度为250mg/L的有效氯消毒剂2000mL,需要使用有效氯含量为500mg/片的含氯消毒片( <input
@@ -1287,10 +1287,10 @@
  </div>
</template>
<script>
// import getResourcePath from "@/assets/methods/resources.js";
// import getQuestionData from "@/assets/methods/examination.js";
import getResourcePath from "@/assets/methods/resources.js";
import getQuestionData from "@/assets/methods/examination.js";
import testData from "../js/examinationList.js";
// import examinations from "@/components/examinations/index.vue";
import examinations from "@/components/examinations/index.vue";
export default {
  name: "chapter002",
@@ -1531,9 +1531,9 @@
    };
  },
  components: {
    examinations,
    examinations,
  },
  created() {
  async created() {
    const localData = JSON.parse(localStorage.getItem("chapter002"));
    if (localData) {
      this.chapter002 = { ...Object.assign(this.chapter002, localData) };
@@ -1544,7 +1544,7 @@
      "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.chapter002.qustionData = await getQuestionData("2",testData[2],this.config.activeBook);
  },
  methods: {
    activityOne() {