From 27aec3b3e1d55688ae8ab443fb3f423df9f16e79 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Thu, 16 May 2024 18:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E8=A7=A3bom=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productdismantleRecordMain.data.ts | 24 +++++-------------- 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts index b1dcbbd0c..57dc8d479 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts +++ b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts @@ -53,6 +53,7 @@ export const ProductdismantleRecordMain = useCrudSchemas(reactive( label: '出库事务类型', field: 'outTransactionType', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -61,6 +62,7 @@ export const ProductdismantleRecordMain = useCrudSchemas(reactive( label: '入库事务类型', field: 'inTransactionType', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -370,6 +372,7 @@ export const ProductdismantleRecordDetaila = useCrudSchemas(reactive