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}} + + +