From eb6d464b1f6339a3f756450b1b1cc5b3ad531445 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 26 Nov 2024 13:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierMoldCostMain.data.ts | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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: '创建时间',