flat: 权限

This commit is contained in:
Apcallover
2024-03-28 09:40:13 +08:00
parent cd4a415b87
commit 65546a6641
4 changed files with 20 additions and 9 deletions

View File

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