fix: 1594 报废列表中部分搜索条件无法进行搜索

This commit is contained in:
binbin_pan 2024-05-14 17:59:05 +08:00
parent 4ff2059cc6
commit e95995911c
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' },