From d35e0ee322411567fd0020e76c6bdaf98f8874d9 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 26 Nov 2024 17:04:52 +0800 Subject: [PATCH] =?UTF-8?q?YT-1297=E4=BE=9B=E5=BA=94=E5=95=86=E6=A8=A1?= =?UTF-8?q?=E5=85=B7=E8=B4=B9=E7=94=A8=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierMoldCostMain.data.ts | 32 +++---------------- 1 file changed, 4 insertions(+), 28 deletions(-) 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: '操作',