|
|
|
@ -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) { |
|
|
|
|