From e096a0db015a3242ebeb1cf5fdc4f110ec5c64e7 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 15 四月 2024 18:05:19 +0800
Subject: [PATCH] 获取车号的数据对应到表格的逻辑处理

---
 src/views/systemSetting/silkStandardSetting/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/systemSetting/silkStandardSetting/index.vue b/src/views/systemSetting/silkStandardSetting/index.vue
index 69b9182..5fa150d 100644
--- a/src/views/systemSetting/silkStandardSetting/index.vue
+++ b/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

--
Gitblit v1.8.0