From 91f23b323c8f910931aa88674e44aacb9145a696 Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Wed, 8 May 2024 10:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8A=B6=E6=80=81=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/workScheduling/workScheduling.data.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/mes/workScheduling/workScheduling.data.ts b/src/views/mes/workScheduling/workScheduling.data.ts index 8edb043b5..260976f11 100644 --- a/src/views/mes/workScheduling/workScheduling.data.ts +++ b/src/views/mes/workScheduling/workScheduling.data.ts @@ -118,7 +118,8 @@ export const WorkScheduling = useCrudSchemas(reactive([ }, { label: '执行状态', - field: 'flagDo', + // field: 'flagDo', + field: 'status', sort: 'custom', isSearch: true, isForm:false, @@ -163,6 +164,7 @@ export const WorkScheduling = useCrudSchemas(reactive([ label: '操作', field: 'action', isForm: false, + // width: '220px', table: { width: 'wrapContent', fixed: 'right' @@ -194,7 +196,7 @@ export const WorkSchedulingDetail = useCrudSchemas(reactive([ isForm:false, isDetail:false, }, - + { label: '创建时间', field: 'createTime', @@ -295,7 +297,7 @@ export const WorkSchedulingDetail = useCrudSchemas(reactive([ }, sort: 'custom', }, - + { label: '计划数量', field: 'planCount', @@ -359,7 +361,7 @@ export const WorkSchedulingDetail = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, }, - + { label: '生产人', field: 'receivePerson',