haoxuan
2024-04-15 e096a0db015a3242ebeb1cf5fdc4f110ec5c64e7
获取车号的数据对应到表格的逻辑处理
1个文件已修改
1 ■■■■ 已修改文件
src/views/systemSetting/silkStandardSetting/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/silkStandardSetting/index.vue
@@ -254,7 +254,6 @@
      this.tableColumn.splice(2, 0, { label: "", prop: propStr, inputFloat: true, addColumn: true })
      this.$set(this.dataObj, propStr, 0)
      this.$set(this.rankObj, propStr, 0)
      console.log(this.columnInputList)
      this.columnInputList.push({ rankProp: propStr, rankName: "", rankValue: 0 })
      console.log(this.tableColumn, this.dataObj, "32323", this.columnInputList)
      this.silkTableList.tableColumn = this.tableColumn