mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-19 00:07:27 +00:00
fix: 完成 review c153ff93 的所有 TODO 修复
This commit is contained in:
@@ -463,3 +463,13 @@ export const BpmAutoApproveType = {
|
||||
APPROVE_ALL: 1, // 仅审批一次,后续重复的审批节点均自动通过
|
||||
APPROVE_SEQUENT: 2 // 仅针对连续审批的节点自动通过
|
||||
}
|
||||
|
||||
// ========== SYSTEM - 地区模块 ==========
|
||||
/**
|
||||
* 地区选择器层级枚举
|
||||
*/
|
||||
export const AreaLevelEnum = {
|
||||
PROVINCE: 1, // 省
|
||||
CITY: 2, // 市
|
||||
DISTRICT: 3 // 区
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user