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 }, }, {