From aa6c4d503b54bb18e5f3207c62640a9b81073e9e Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 17 十月 2023 20:02:20 +0800 Subject: [PATCH] 产品列表内部参考改为内部编码 --- src/views/productManage/product/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/productManage/product/index.vue b/src/views/productManage/product/index.vue index 7e5f5cd..b62bfc6 100644 --- a/src/views/productManage/product/index.vue +++ b/src/views/productManage/product/index.vue @@ -89,7 +89,7 @@ data() { return { tableList: {}, - showcol: ["鍐呴儴鍙傝��", "璐熻矗浜�", "浜у搧鏍囩", "閿�鍞环鏍�", "鎴愭湰", "鍦ㄥ簱鏁伴噺", "棰勬祴鏁伴噺", "璁¢噺鍗曚綅"], + showcol: ["鍐呴儴缂栫爜", "璐熻矗浜�", "浜у搧鏍囩", "閿�鍞环鏍�", "鎴愭湰", "鍦ㄥ簱鏁伴噺", "棰勬祴鏁伴噺", "璁¢噺鍗曚綅"], searchOptions: [], commonDetail: { visible: false, @@ -148,9 +148,9 @@ default: true }, { - label: "鍐呴儴鍙傝��", + label: "鍐呴儴缂栫爜", prop: "internalReference", - isShowColumn: showcol.includes("鍐呴儴鍙傝��"), + isShowColumn: showcol.includes("鍐呴儴缂栫爜"), default: false }, { -- Gitblit v1.8.0