|
|
@ -128,17 +128,21 @@ export const Qualityformlog = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '表单编号', |
|
|
|
label: '表单模板编号', |
|
|
|
field: 'formNo', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '日计划单号', |
|
|
|
field: 'planNoDay', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '操作类型', |
|
|
|
field: 'operation', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.QUALIFY_FORM_OPERATION, |
|
|
|
dictClass: 'string', |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -182,6 +186,12 @@ export const Qualityformlog = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '原因', |
|
|
|
field: 'reason', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|
field: 'action', |
|
|
|