This commit is contained in:
mashuai 2026-01-27 10:14:07 +08:00
parent 98ed317483
commit ad01352fbf
1 changed files with 4 additions and 4 deletions

View File

@ -183,11 +183,11 @@ export default {
typeList: [],
typeIdList: [],
statusList: [
{ label: '正常', status: 0 },
{ label: '正常', status: 0 },
{ label: '超期', status: 1 },
{ label: '超期7天内', status: 2 },
{ label: '超期15天内', status: 3 },
{ label: '超期30天内', status: 4 },
{ label: '7天内超期', status: 2 },
{ label: '15天内超期', status: 3 },
{ label: '30天内超期', status: 4 },
]
}
},