From 13443a713713b4c472eaa0a9ba0b958c1371abb1 Mon Sep 17 00:00:00 2001 From: feng626 <1304903146@qq.com> Date: Thu, 26 Aug 2021 18:31:52 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tickets/TicketFlow/FlowRuleField.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: [] } ],