From bd88b999607869fbaf53563356a8f57a368ec233 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Tue, 11 Mar 2025 16:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=98=E7=82=B9=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countRecordMain/countRecordMain.data.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts b/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts index e8649797e..2b155df54 100644 --- a/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts +++ b/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts @@ -10,7 +10,7 @@ export const CountRecordMain = useCrudSchemas(reactive([ field: 'number', sort: 'custom', table: { - width: 180, + width: 200, fixed: 'left' }, isSearch: true, @@ -20,7 +20,7 @@ export const CountRecordMain = useCrudSchemas(reactive([ field: 'requestNumber', sort: 'custom', table: { - width: 180 + width: 220 }, isSearch: true, }, @@ -29,7 +29,7 @@ export const CountRecordMain = useCrudSchemas(reactive([ field: 'jobNumber', sort: 'custom', table: { - width: 150 + width: 220 }, }, { @@ -37,7 +37,7 @@ export const CountRecordMain = useCrudSchemas(reactive([ field: 'planNumber', sort: 'custom', table: { - width: 150 + width: 180 }, }, {