diff --git a/src/views/wms/basicDataManage/factoryModeling/productionline/productionline.data.ts b/src/views/wms/basicDataManage/factoryModeling/productionline/productionline.data.ts index d3cacd355..3ff8f8bd0 100644 --- a/src/views/wms/basicDataManage/factoryModeling/productionline/productionline.data.ts +++ b/src/views/wms/basicDataManage/factoryModeling/productionline/productionline.data.ts @@ -20,7 +20,7 @@ export const Productionline = useCrudSchemas(reactive([ field: 'code', sort: 'custom', table: { - width: 150, + width: 180, fixed: 'left' }, isSearch: true, @@ -30,7 +30,7 @@ export const Productionline = useCrudSchemas(reactive([ field: 'name', sort: 'custom', table: { - width: 150 + width: 180 }, isSearch: true, }, @@ -42,7 +42,7 @@ export const Productionline = useCrudSchemas(reactive([ isTable: true, sort: 'custom', table: { - width: 150 + width: 180 }, }, { @@ -51,7 +51,7 @@ export const Productionline = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, table: { - width: 150 + width: 180 }, form: { // labelMessage: '信息提示说明!!!', @@ -127,7 +127,7 @@ export const Productionline = useCrudSchemas(reactive([ isTable: true, sort: 'custom', table: { - width: 150 + width: 180 }, form: { component: 'Switch', @@ -210,7 +210,7 @@ export const Productionline = useCrudSchemas(reactive([ field: 'remark', sort: 'custom', table: { - width: 150 + width: 180 }, }, { @@ -218,7 +218,7 @@ export const Productionline = useCrudSchemas(reactive([ field: 'creator', sort: 'custom', table: { - width: 150 + width: 180 }, isTable: false, isForm: false @@ -229,7 +229,7 @@ export const Productionline = useCrudSchemas(reactive([ isDetail: false, isForm: false , table: { - width: 150, + width: 180, fixed: 'right' } }