业务办理记录查询-直转记录查询,审核状态筛选状态与结果不一致;
This commit is contained in:
parent
ca70bb4959
commit
d3b54a6280
|
|
@ -123,9 +123,10 @@ export default {
|
||||||
},
|
},
|
||||||
// 状态
|
// 状态
|
||||||
statusOptions: [
|
statusOptions: [
|
||||||
{ label: '待审核', value: '1' },
|
{ label: '待审核', value: '0' },
|
||||||
{ label: '审核中', value: '2' },
|
{ label: '审核中', value: '1' },
|
||||||
{ label: '已完成', value: '3' }
|
{ label: '已完成', value: '2' },
|
||||||
|
{ label: '已驳回', value: '3' }
|
||||||
],
|
],
|
||||||
total: 0, // 总条数
|
total: 0, // 总条数
|
||||||
// 表头
|
// 表头
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue