From fa523e19c4e89c3a08aff41fe5acb57392a0f0aa Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期一, 18 十二月 2023 14:57:43 +0800 Subject: [PATCH] 修改库存调整路由跳转,重订货规则数量设置默认值,样式调整 --- src/views/productManage/product/index.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/views/productManage/product/index.vue b/src/views/productManage/product/index.vue index c701e34..fb5c5fe 100644 --- a/src/views/productManage/product/index.vue +++ b/src/views/productManage/product/index.vue @@ -160,6 +160,12 @@ setTableColumn(showcol) { let tableColumn = [ { + label: "浜у搧缂栫爜", + prop: "id", + isShowColumn: true, + default: true + }, + { label: "浜у搧鍚嶇О", prop: "name", isShowColumn: true, @@ -167,7 +173,7 @@ }, { label: "浜у搧瑙勬牸", - prop: "spex", + prop: "specs", isShowColumn: showcol.includes("浜у搧瑙勬牸"), default: false }, -- Gitblit v1.8.0