YM
2024-05-31 8ed02cf40e1373bf02e0b193f27d3437e90bcdef
src/books/lifeCare/view/chapter007.vue
@@ -2234,8 +2234,8 @@
                    :style="{
                      width:
                        index == chapter007.headersData173.length - 1
                          ? '300px'
                          : '',
                          ? '350px'
                          : index == 0?'60px':'',
                    }"
                    v-for="(header, index) in chapter007.headersData173"
                    :key="index"
@@ -2899,6 +2899,11 @@
      this.$set(this.chapter007.tableData161[rowIndex], cellIndex, value);
      localStorage.setItem("chapter007", JSON.stringify(this.chapter007));
    },
    updateCell173(rowIndex, cellIndex, value) {
      // 更新单元格数据
      this.$set(this.chapter007.tableData173[rowIndex], cellIndex, value);
      localStorage.setItem("chapter007", JSON.stringify(this.chapter007));
    },
    onBlurChange() {
      localStorage.setItem("chapter007", JSON.stringify(this.chapter007));
    },