From f81f1c17d33da05be59076b59dfdf7925cf5a466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Wed, 31 Aug 2022 14:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E7=95=8C=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=8C=85=E6=8B=AC=E5=B7=A5=E5=8D=95=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 5 - src/views/ecm/notify_setting.vue | 2 +- src/views/ecm/notify_settings_form.vue | 2 +- src/views/opm/fire.vue | 19 +-- src/views/opm/operation_form.vue | 52 ++++++-- src/views/ops/server.vue | 2 +- src/views/wf/details.vue | 173 +++++++++++++++---------- src/views/wf/state.vue | 2 +- src/views/wf/ticketdetail.vue | 11 +- src/views/wf/transform.vue | 10 +- 10 files changed, 169 insertions(+), 109 deletions(-) diff --git a/src/config/route.js b/src/config/route.js index 0dfcf3ce..cee2d38c 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -195,7 +195,6 @@ const routes = [ "meta": { "title": "我创建的", "icon": "el-icon-folder-add", - "perms": ["ownerwork"] }, "component": "wf/ownerwork" } @@ -207,7 +206,6 @@ const routes = [ "meta": { "title": "待办工单", "icon": "el-icon-folder-opened", - "perms": ["duty"] }, "component": "wf/dutywork" }, @@ -217,7 +215,6 @@ const routes = [ "meta": { "title": "我处理的", "icon": "el-icon-expand", - "perms": ["worked"] }, "component": "wf/worked" }, @@ -227,7 +224,6 @@ const routes = [ "meta": { "title": "抄送我的", "icon": "el-icon-edit-pen", - "perms": ["ccwork"] }, "component": "wf/ccwork" }, @@ -238,7 +234,6 @@ const routes = [ "title": "工单详情", "icon": "el-icon-menu", "hidden": true, - "perms": ["allwork"] }, "component": "wf/ticketdetail" }, diff --git a/src/views/ecm/notify_setting.vue b/src/views/ecm/notify_setting.vue index d0adcdb6..9d2b7bec 100644 --- a/src/views/ecm/notify_setting.vue +++ b/src/views/ecm/notify_setting.vue @@ -40,7 +40,7 @@