|
@ -441,14 +441,20 @@ export const EquipmentMaintenanceDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '结果枚举0完成 1未完成', |
|
|
label: '结果枚举', |
|
|
field: 'result', |
|
|
field: 'result', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '保养名称', |
|
|
|
|
|
field: 'name', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
isSearch: true, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '保养内容', |
|
|
label: '保养内容', |
|
|
field: 'contents', |
|
|
field: 'content', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
}, |
|
|
}, |
|
@ -499,10 +505,12 @@ export const EquipmentMaintenanceDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
isDetail:false, |
|
|
isDetail:false, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '是否可用默认TRUE', |
|
|
label: '是否可用', |
|
|
field: 'available', |
|
|
field: 'available', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
|
|
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '删除时间', |
|
|
label: '删除时间', |
|
|