From 1ed97988ed7a7f58ccaec64d74218f3459bd5f76 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Wed, 27 May 2020 10:33:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E7=94=A8=E6=88=B7=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dialog-action.vue | 2 +- src/components/service-header.vue | 4 +- src/pages/authority/organizationdetail.vue | 230 +++++++++++++++++++++ src/pages/authority/organizationedit.vue | 38 ++++ src/pages/authority/users.vue | 33 ++- src/pages/workbench/fwgl/serviceDetail.vue | 78 ++++++- src/router/index.js | 7 +- 7 files changed, 378 insertions(+), 14 deletions(-) create mode 100644 src/pages/authority/organizationdetail.vue create mode 100644 src/pages/authority/organizationedit.vue diff --git a/src/components/dialog-action.vue b/src/components/dialog-action.vue index f903f86..a5a28f7 100644 --- a/src/components/dialog-action.vue +++ b/src/components/dialog-action.vue @@ -35,7 +35,7 @@ + + + diff --git a/src/pages/authority/organizationedit.vue b/src/pages/authority/organizationedit.vue new file mode 100644 index 0000000..2529984 --- /dev/null +++ b/src/pages/authority/organizationedit.vue @@ -0,0 +1,38 @@ + + + + + diff --git a/src/pages/authority/users.vue b/src/pages/authority/users.vue index 068f7bf..532c396 100644 --- a/src/pages/authority/users.vue +++ b/src/pages/authority/users.vue @@ -1,12 +1,39 @@ -