1
0

feat(web): 增加审查状态类型的展示

This commit is contained in:
2024-11-29 10:34:12 +08:00
parent 51bca63ec6
commit 1740b7bea2
4 changed files with 27 additions and 2 deletions

View File

@@ -182,6 +182,11 @@ export const confirmationStateMapping = [
mappingItem('驳回', 'REJECT', 'bg-danger'),
]
export const checkTypeMapping = [
mappingItem('确权审查', 'CONFIRMATION', 'bg-blue-500'),
mappingItem('授权审查', 'AUTHENTICATION', 'bg-purple-500'),
]
function api(method, url) {
return {
method: method,