From 8ed02cf40e1373bf02e0b193f27d3437e90bcdef Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 31 五月 2024 18:42:24 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/view/chapter007.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/books/lifeCare/view/chapter007.vue b/src/books/lifeCare/view/chapter007.vue index ed6877b..f98b3eb 100644 --- a/src/books/lifeCare/view/chapter007.vue +++ b/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)); }, -- Gitblit v1.9.1