feat(web): 增加审批快照的生成
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user