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 c874120..9e3aca6 100644 --- a/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue +++ b/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue @@ -87,7 +87,7 @@ :tableKeywork="'FootBarCustomize'" @cancleBack="cancleBack"> -
+
@@ -214,7 +214,9 @@ export default { showMost (customerId, customerName) { this.showType = 'mostedit' console.log('ref_mostlist', this.$refs['ref_mostlist']) - this.$refs['ref_mostlist'].initData(customerId, customerName) + this.$nextTick(() => { + this.$refs['ref_mostlist'].initData(customerId, customerName) + }) }, // 显示权限配置 showLimitConfig (customerId, customerName) { diff --git a/epmet-oper-web/src/views/modules/customer/customize/MostList.vue b/epmet-oper-web/src/views/modules/customer/customize/MostList.vue index d841994..bc03427 100644 --- a/epmet-oper-web/src/views/modules/customer/customize/MostList.vue +++ b/epmet-oper-web/src/views/modules/customer/customize/MostList.vue @@ -1,128 +1,192 @@ @@ -460,7 +596,7 @@ export default { position: relative; } /* div.el-switch.is-checked{ - + } */ div.el-switch { margin-left: 60px; @@ -611,4 +747,20 @@ input.el-input__inner { div.set-overtime.el-input.el-input--medium.el-input--suffix { padding-right: 0px; } + +.sys-list { + .sys-list-item { + display: flex; + align-items: center; + padding: 5px 0; + border-bottom: 1px solid #eee; + img { + width: 30px; + height: 30px; + } + span { + margin: 0 20px; + } + } +} diff --git a/epmet-oper-web/src/views/modules/customer/customize/editSys.vue b/epmet-oper-web/src/views/modules/customer/customize/editSys.vue new file mode 100644 index 0000000..3866898 --- /dev/null +++ b/epmet-oper-web/src/views/modules/customer/customize/editSys.vue @@ -0,0 +1,176 @@ + + +