diff --git a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts index ffef1bf8a..8f4280e27 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts +++ b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts @@ -9,10 +9,7 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ field: 'number', sort: 'custom', fixed: 'left', - isSearch: true, - table:{ - width: 200 - } + isSearch: true }, { label: '状态', @@ -31,9 +28,6 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ multiple:true, } }, - table:{ - width: 100 - } }, { label: '版本号', @@ -45,18 +39,12 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ label: '供应商代码', field: 'supplierCode', sort: 'custom', - table: { - width: 150 - }, isSearch: true }, { label: '供应商名称', field: 'supplierName', sort: 'custom', - table: { - width: 150 - }, isSearch: true }, { @@ -82,9 +70,6 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ type: 'datetime', valueFormat: 'YYYY-MM' } - }, - table:{ - width: 100 } }, { @@ -93,10 +78,7 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ sort: 'custom', isDetail:true, isForm: false, - isTable:true, - table:{ - width: 150 - } + isTable:true }, { label: '创建时间', @@ -115,10 +97,7 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ dateFormat : 'YYYY-MM-DD HH:mm:ss' }, isTable:true, - isForm: false, - table:{ - width:180 - } + isForm: false }, { label: '更新者', @@ -145,10 +124,7 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ dateFormat : 'YYYY-MM-DD HH:mm:ss' }, isTable:false, - isForm: false, - table:{ - width:180 - } + isForm: false }, { label: '操作',