|
|
@ -118,7 +118,8 @@ export const WorkScheduling = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '执行状态', |
|
|
|
field: 'flagDo', |
|
|
|
// field: 'flagDo',
|
|
|
|
field: 'status', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isForm:false, |
|
|
@ -163,6 +164,7 @@ export const WorkScheduling = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '操作', |
|
|
|
field: 'action', |
|
|
|
isForm: false, |
|
|
|
// width: '220px',
|
|
|
|
table: { |
|
|
|
width: 'wrapContent', |
|
|
|
fixed: 'right' |
|
|
@ -194,7 +196,7 @@ export const WorkSchedulingDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isForm:false, |
|
|
|
isDetail:false, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '创建时间', |
|
|
|
field: 'createTime', |
|
|
@ -295,7 +297,7 @@ export const WorkSchedulingDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
sort: 'custom', |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '计划数量', |
|
|
|
field: 'planCount', |
|
|
@ -359,7 +361,7 @@ export const WorkSchedulingDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '生产人', |
|
|
|
field: 'receivePerson', |
|
|
|