From 96fdf32bd5612b6c16dcbcc8352a9f54adcc8e7e Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期五, 18 八月 2023 16:26:59 +0800
Subject: [PATCH] 產品相關及bug修復

---
 src/views/other/commonDialog/SelectCommonDialog.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/other/commonDialog/SelectCommonDialog.vue b/src/views/other/commonDialog/SelectCommonDialog.vue
index fcc993e..60238cb 100644
--- a/src/views/other/commonDialog/SelectCommonDialog.vue
+++ b/src/views/other/commonDialog/SelectCommonDialog.vue
@@ -145,9 +145,8 @@
         this.tableList = {
           tableInfomation: [],
           tableColumn: [
-            { label: "浜у搧鍚嶇О", prop: "Name", isClick: true },
-            { label: "浜у搧缂栧彿", prop: "Number" },
-            { label: "瑙勬牸鍨嬪彿", prop: "MaterialMode" }
+            { label: "浜у搧鍚嶇О", prop: "name", isClick: true },
+            { label: "浜у搧缂栧彿", prop: "number" }
           ]
         }
         this.searchSel = { value: "Name", label: "浜у搧鍚嶇О" }

--
Gitblit v1.8.0