1
0

feat(web): 增加审批快照的生成

This commit is contained in:
2025-01-08 15:41:48 +08:00
parent 509410de9a
commit b16dba4ef1
10 changed files with 229 additions and 86 deletions

View File

@@ -270,6 +270,12 @@ export const checkOverMapping = [
mappingItem('已办结', 'COMPLETED', 'bg-success'),
]
export const checkActionMapping = [
mappingItem('同意', 'APPROVE', 'bg-green-500'),
mappingItem('驳回', 'REJECT', 'bg-red-500'),
mappingItem('撤回', 'TERMINAL', 'bg-blue-500'),
]
function api(method, url) {
return {
method: method,