...
|
...
|
@@ -46,7 +46,7 @@ |
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" width="250">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="small" @click="roleEdit(scope.$index, scope.row)">权限配置</el-button>
|
|
|
<el-button size="small" @click="roleEdit(scope.$index, scope.row)">角色配置</el-button>
|
|
|
<el-button size="small" @click="handleEdit(scope.$index, scope.row)">编辑</el-button>
|
|
|
<el-button type="danger" size="small" @click="handleDel(scope.$index, scope.row)">删除</el-button>
|
|
|
</template>
|
...
|
...
|
@@ -168,7 +168,7 @@ |
|
|
<el-form-item label="账号">
|
|
|
<span>{{roleEditForm.username}}</span>
|
|
|
</el-form-item>
|
|
|
<el-tree :data="roles" :props="treeDefaultProps" show-checkbox highlight-current node-key="roleId" ref="tree" @check-change="treeHandleCheckChange">
|
|
|
<el-tree :data="roles" :props="treeDefaultProps" show-checkbox highlight-current check-strictly node-key="roleId" ref="tree" @check-change="treeHandleCheckChange">
|
|
|
</el-tree>
|
|
|
</el-form>
|
|
|
|
...
|
...
|
|