Browse Source

style(types): process

qinlaiqiao 4 years ago
parent
commit
9ed97d6c55
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/process.ts

+ 1 - 0
types/src/interface/process.ts

@@ -121,6 +121,7 @@ export enum SimpleProcessStatus {
   REPORTED = 'reported', // 上报
   REPORTED = 'reported', // 上报
 }
 }
 
 
+// 审批待办类型
 export enum ApprovalType {
 export enum ApprovalType {
   APPROVER = 'approver', // 审批
   APPROVER = 'approver', // 审批
   COREVIEW = 'coreview', // 协审
   COREVIEW = 'coreview', // 协审