mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-01 10:08:36 +08:00
update 角色管理分配权限
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
node-key="id"
|
||||
default-expand-all
|
||||
:default-checked-keys="checkedKeys"
|
||||
class="el-tree"
|
||||
/>
|
||||
<div slot="footer" style="text-align: center">
|
||||
<el-button type="primary" plain @click="saveTreeData">保存</el-button>
|
||||
@@ -83,3 +84,9 @@ export default {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
/deep/.el-dialog__body {
|
||||
height: 400px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user