Browse Source

客户定制化列表宽度

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

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

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

Loading…
Cancel
Save