flat: 权限
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
@click.stop="handleAdd(scope.row,scope.index)"
|
||||
v-if="userInfo.role_name.includes('admin')"
|
||||
>新增子项</el-button>
|
||||
|
||||
|
||||
</template>
|
||||
<template slot-scope="{row}" slot="source">
|
||||
<div style="text-align:center">
|
||||
@@ -243,7 +243,7 @@ export default {
|
||||
},
|
||||
ids () {
|
||||
let ids = [];
|
||||
|
||||
|
||||
this.selectionList.forEach(ele => {
|
||||
ids.push(ele.id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user