diff --git a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts index 395b8c2ab..733960b88 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts +++ b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts @@ -10,6 +10,9 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ sort: 'custom', fixed: 'left', isSearch: true, + table:{ + width: 200 + } }, { label: '状态', @@ -27,8 +30,10 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ componentProps: { multiple:true, } - }, + table:{ + width: 100 + } }, { label: '版本号', @@ -78,6 +83,9 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ valueFormat: 'YYYY-MM' } }, + table:{ + width: 100 + } }, { label: '创建者', @@ -85,7 +93,10 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ sort: 'custom', isDetail:true, isForm: false, - isTable:true + isTable:true, + table:{ + width: 150 + } }, { label: '创建时间',