From 35a7a8b16f683a9f0ed1683c423581ee4d63ece2 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Mon, 22 Mar 2021 15:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customer/customize/CategoryList.vue | 332 ++++++++++++++++++ .../customer/customize/CustomerList.vue | 27 +- .../modules/workPc/customer-add-or-update.vue | 64 ++-- 3 files changed, 388 insertions(+), 35 deletions(-) create mode 100644 epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue diff --git a/epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue b/epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue new file mode 100644 index 0000000..25da92a --- /dev/null +++ b/epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue @@ -0,0 +1,332 @@ + + + + diff --git a/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue b/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue index 9e3aca6..5a77ca5 100644 --- a/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue +++ b/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue @@ -62,6 +62,9 @@ 高级配置 + 分类配置 @@ -87,10 +90,14 @@ :tableKeywork="'FootBarCustomize'" @cancleBack="cancleBack"> -
- -
- +
+ +
+
+ +
{ + this.$refs['ref_category'].initData(customerId, customerName) + }) + }, // 显示权限配置 showLimitConfig (customerId, customerName) { this.customerId = customerId diff --git a/epmet-oper-web/src/views/modules/workPc/customer-add-or-update.vue b/epmet-oper-web/src/views/modules/workPc/customer-add-or-update.vue index dda569a..f8ed7a4 100644 --- a/epmet-oper-web/src/views/modules/workPc/customer-add-or-update.vue +++ b/epmet-oper-web/src/views/modules/workPc/customer-add-or-update.vue @@ -5,14 +5,17 @@ :close-on-press-escape="false">
-
- - {{item.customerName}} - -
+ + + + {{item.customerName}} + + +