Merge remote-tracking branch 'origin/dev-nx' into dev-nx

This commit is contained in:
mashuai 2024-05-14 18:03:04 +08:00
commit 4a62788ad7
1 changed files with 5 additions and 5 deletions

View File

@ -21,13 +21,13 @@ export const config = {
{ f_label: '单位名称', f_model: 'backUnit', f_type: 'sel', f_selList: [] }, { f_label: '单位名称', f_model: 'backUnit', f_type: 'sel', f_selList: [] },
{ f_label: '工程名称', f_model: 'backPro', f_type: 'sel', f_selList: [] }, { f_label: '工程名称', f_model: 'backPro', f_type: 'sel', f_selList: [] },
{ f_label: '工机具类型', f_model: 'type', f_type: 'selCas', f_selList: [], optionProps: { value: 'id', } }, { f_label: '工机具类型', f_model: 'type', f_type: 'selCas', f_selList: [], optionProps: { value: 'id', } },
{ f_label: '报废单号', f_model: 'scrapNum', f_type: 'ipt', f_selList: [] }, { f_label: '报废单号', f_model: 'scrapCode', f_type: 'ipt', f_selList: [] },
{ {
f_label: '审批状态', f_model: 'taskStatus', f_type: 'sel', f_selList: [ f_label: '审批状态', f_model: 'taskStatus', f_type: 'sel', f_selList: [
{ label: '待审核', value: 120 }, // { label: '待审核', value: 120 },
{ label: '审核中', value: 121 }, { label: '审核中', value: 58 },
{ label: '已驳回', value: 123 }, { label: '已驳回', value: 61 },
{ label: '已通过', value: 122 }, { label: '已通过', value: 59 },
] ]
}, },
{ f_label: '创建时间', f_model: 'time', f_type: 'date' }, { f_label: '创建时间', f_model: 'time', f_type: 'date' },