From dee22f2f6f35362a878eedd729bcb85cc6ced9f8 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Thu, 24 Apr 2025 16:54:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E5=9F=BA=E7=A1=80=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=20=20=20=20=E6=96=87=E6=A1=A3=E5=8F=B7=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../itemManage/itembasic/itembasic.data.ts | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/views/wms/basicDataManage/itemManage/itembasic/itembasic.data.ts b/src/views/wms/basicDataManage/itemManage/itembasic/itembasic.data.ts index e1229f9ba..5b9215bbb 100644 --- a/src/views/wms/basicDataManage/itemManage/itembasic/itembasic.data.ts +++ b/src/views/wms/basicDataManage/itemManage/itembasic/itembasic.data.ts @@ -370,6 +370,15 @@ export const Itembasic = useCrudSchemas(reactive([ width: 100 } , }, + { + label: '产品类', + field: 'prodCla', + sort: 'custom', + isTable: true, + table: { + width: 100 + } , + }, { label: '创建者', field: 'creator', @@ -540,17 +549,7 @@ export const Itembasic = useCrudSchemas(reactive([ }, }, - { - label: '产品类', - field: 'prodCla', - sort: 'custom', - isForm:false, - isTable: false, - isDetail:false, - table: { - width: 100 - } , - }, + { label: '种类', field: 'category',