Browse Source

客户定制化列表宽度

master
jiangyy 5 years ago
parent
commit
d4cdfd97b3
  1. 20
      epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue

20
epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue

@ -42,7 +42,7 @@
fixed="right"
header-align="center"
align="center"
width="400">
width="500">
<template slot-scope="scope">
<el-button type="text"
size="small"
@ -59,9 +59,9 @@
<el-button type="text"
size="small"
@click="showLimitConfig(scope.row.customerId,scope.row.customerName)">角色权限</el-button>
<el-button type="text"
size="small"
@click="showMost(scope.row.customerId,scope.row.customerName)">最高配置</el-button>
<el-button type="text"
size="small"
@click="showMost(scope.row.customerId,scope.row.customerName)">最高配置</el-button>
</template>
</el-table-column>
</el-table>
@ -205,12 +205,12 @@ export default {
this.showType = 'footbar'
this.$refs['ref_footbarlist'].initData(customerId, customerName)
},
// footbar
showMost (customerId, customerName) {
this.showType = 'mostedit'
//this.$refs['ref_footbarlist'].initData(customerId, customerName)
},
// footbar
showMost (customerId, customerName) {
this.showType = 'mostedit'
//this.$refs['ref_footbarlist'].initData(customerId, customerName)
},
//
showLimitConfig (customerId, customerName) {

Loading…
Cancel
Save