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