feat : 流程判断条件添加

This commit is contained in:
clay
2024-07-24 18:10:37 +08:00
parent fe8ca80452
commit b90ed53437
5 changed files with 139 additions and 120 deletions

View File

@@ -9,6 +9,7 @@ export const ValueType = {
date: 'Date',
user: 'User',
dept: 'Dept',
company: 'Company',
star: 'star',
dateRange: 'DateRange'
}