[update] 已办,已发,监控流程跳转详情的区分
This commit is contained in:
@@ -131,9 +131,9 @@ export const IsReadOnlyEnums = {
|
||||
// 流程中心-查看跳转详情需要传是已办,已发还是监控流程
|
||||
export const Process = {
|
||||
TO_DO: { text: '待办流程', value: 'todo' },
|
||||
DONE: { text: '已办流程', value: 'done' },
|
||||
SENT: { text: '已发流程', value: 'sent' },
|
||||
MONITOR: { text: '监控流程', value: 'monitor' },
|
||||
DONE: { text: '已办流程', value: '1' },
|
||||
SENT: { text: '已发流程', value: '2' },
|
||||
MONITOR: { text: '监控流程', value: '3' },
|
||||
DRAFT: { text: '草稿', value: 'draft' }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user