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',