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