This commit is contained in:
parent
98ed317483
commit
ad01352fbf
|
|
@ -183,11 +183,11 @@ export default {
|
||||||
typeList: [],
|
typeList: [],
|
||||||
typeIdList: [],
|
typeIdList: [],
|
||||||
statusList: [
|
statusList: [
|
||||||
{ label: '正常', status: 0 },
|
{ label: '正常', status: 0 },
|
||||||
{ label: '超期', status: 1 },
|
{ label: '超期', status: 1 },
|
||||||
{ label: '超期7天内', status: 2 },
|
{ label: '7天内超期', status: 2 },
|
||||||
{ label: '超期15天内', status: 3 },
|
{ label: '15天内超期', status: 3 },
|
||||||
{ label: '超期30天内', status: 4 },
|
{ label: '30天内超期', status: 4 },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue