1
0

feat(web): 增加工单审批流结构

This commit is contained in:
2024-11-29 19:30:53 +08:00
parent 4d1119997e
commit 4dcc10f2f7
13 changed files with 327 additions and 123 deletions

View File

@@ -187,6 +187,11 @@ export const checkTypeMapping = [
mappingItem('授权审查', 'AUTHENTICATION', 'bg-purple-500'),
]
export const checkOverMapping = [
mappingItem('完结', 'true', 'bg-success'),
mappingItem('进行中', 'false', 'bg-primary'),
]
function api(method, url) {
return {
method: method,