|
@@ -18,10 +18,10 @@
|
|
>
|
|
>
|
|
<el-table-column prop="name" label="角色名称" align="" show-overflow-tooltip></el-table-column>
|
|
<el-table-column prop="name" label="角色名称" align="" show-overflow-tooltip></el-table-column>
|
|
<el-table-column label="功能权限" align="center" show-overflow-tooltip>
|
|
<el-table-column label="功能权限" align="center" show-overflow-tooltip>
|
|
- <!-- <template slot-scope="scope">
|
|
|
|
|
|
+ <template slot-scope="scope">
|
|
<span v-for="item in scope.row.functionList">{{item.name}}
|
|
<span v-for="item in scope.row.functionList">{{item.name}}
|
|
</span>
|
|
</span>
|
|
- </template> -->
|
|
|
|
|
|
+ </template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="数据权限" align="center" show-overflow-tooltip>
|
|
<el-table-column label="数据权限" align="center" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -195,6 +195,7 @@ export default {
|
|
handleAdd() {
|
|
handleAdd() {
|
|
this.title = '新增角色'
|
|
this.title = '新增角色'
|
|
this.visible = true
|
|
this.visible = true
|
|
|
|
+ this.checkList=[]
|
|
this.ruleForm={
|
|
this.ruleForm={
|
|
function:[]
|
|
function:[]
|
|
}
|
|
}
|