diff --git a/src/views/tickets/TicketFlow/FlowRuleField.vue b/src/views/tickets/TicketFlow/FlowRuleField.vue
index a9a3348ce..03e59da4e 100644
--- a/src/views/tickets/TicketFlow/FlowRuleField.vue
+++ b/src/views/tickets/TicketFlow/FlowRuleField.vue
@@ -7,13 +7,13 @@
{{ i + 1 + '级审批' }}
- 超级管理员
- 组织用户
- 超级管理员+组织用户
- 自定义
+ 超级管理员
+ 组织管理员
+ 超级管理员+组织管理员
+ 自定义用户
-
+
@@ -42,11 +42,11 @@ export default {
data: [],
initData: [
{
- strategy: 'super',
+ strategy: 'super_admin',
assignees_read_only: []
},
{
- strategy: 'super',
+ strategy: 'super_admin',
assignees_read_only: []
}
],