From 8740d952f094b1b22f3e20b3f06531e8d3869909 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Thu, 8 Feb 2024 11:33:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionline/productionline.data.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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' } }