diff --git a/src/views/wms/basicDataManage/factoryModeling/locationgroup/locationgroup.data.ts b/src/views/wms/basicDataManage/factoryModeling/locationgroup/locationgroup.data.ts index 8f9969ad8..11fead26e 100644 --- a/src/views/wms/basicDataManage/factoryModeling/locationgroup/locationgroup.data.ts +++ b/src/views/wms/basicDataManage/factoryModeling/locationgroup/locationgroup.data.ts @@ -20,7 +20,7 @@ export const Locationgroup = useCrudSchemas(reactive([ field: 'code', sort: 'custom', table: { - width: 150, + width: 180, fixed: 'left' }, isSearch: true @@ -30,7 +30,7 @@ export const Locationgroup = useCrudSchemas(reactive([ field: 'name', sort: 'custom', table: { - width: 150 + width: 180 }, isSearch: true, }, @@ -39,7 +39,7 @@ export const Locationgroup = useCrudSchemas(reactive([ field: 'warehouseCode', sort: 'custom', table: { - width: 150 + width: 180 }, form: { // labelMessage: '信息提示说明!!!', @@ -64,7 +64,7 @@ export const Locationgroup = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, table: { - width: 150 + width: 180 }, form: { // labelMessage: '信息提示说明!!!', @@ -97,7 +97,7 @@ export const Locationgroup = useCrudSchemas(reactive([ isSearch: true, sort: 'custom', table: { - width: 150 + width: 180 }, form: { component: 'Switch', @@ -157,7 +157,7 @@ export const Locationgroup = useCrudSchemas(reactive([ field: 'remark', sort: 'custom', table: { - width: 150 + width: 180 }, }, { @@ -188,7 +188,7 @@ export const Locationgroup = useCrudSchemas(reactive([ field: 'creator', sort: 'custom', table: { - width: 150 + width: 180 }, isForm: false, isTable: false @@ -199,7 +199,7 @@ export const Locationgroup = useCrudSchemas(reactive([ isDetail: false, isForm: false , table: { - width: 150, + width: 180, fixed: 'right' } }