| | |
| | | :style="{ |
| | | width: |
| | | index == chapter007.headersData173.length - 1 |
| | | ? '300px' |
| | | : '', |
| | | ? '350px' |
| | | : index == 0?'60px':'', |
| | | }" |
| | | v-for="(header, index) in chapter007.headersData173" |
| | | :key="index" |
| | |
| | | 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)); |
| | | }, |