Browse Source

修改状态字典表

master_hella_20240701
滕晓飞 9 months ago
parent
commit
91f23b323c
  1. 4
      src/views/mes/workScheduling/workScheduling.data.ts

4
src/views/mes/workScheduling/workScheduling.data.ts

@ -118,7 +118,8 @@ export const WorkScheduling = useCrudSchemas(reactive<CrudSchema[]>([
}, },
{ {
label: '执行状态', label: '执行状态',
field: 'flagDo', // field: 'flagDo',
field: 'status',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
isForm:false, isForm:false,
@ -163,6 +164,7 @@ export const WorkScheduling = useCrudSchemas(reactive<CrudSchema[]>([
label: '操作', label: '操作',
field: 'action', field: 'action',
isForm: false, isForm: false,
// width: '220px',
table: { table: {
width: 'wrapContent', width: 'wrapContent',
fixed: 'right' fixed: 'right'

Loading…
Cancel
Save