|
@@ -148,14 +148,14 @@
|
|
|
/>
|
|
|
</el-tooltip>
|
|
|
|
|
|
- <el-tooltip effect="dark" placement="top" content="设置部门" v-if="powers.some((i) => i == '096')">
|
|
|
+ <el-tooltip effect="dark" placement="top" content="设置部门" v-if="powers.some((i) => i == '097')">
|
|
|
<i
|
|
|
class="el-icon-setting tb-icon"
|
|
|
@click="openDepartModal(scope.row.id, true, scope.row)"
|
|
|
/>
|
|
|
</el-tooltip>
|
|
|
|
|
|
- <el-tooltip effect="dark" placement="top" content="设置平台" v-if="powers.some((i) => i == '097')">
|
|
|
+ <el-tooltip effect="dark" placement="top" content="设置平台" v-if="powers.some((i) => i == '096')">
|
|
|
<i
|
|
|
class="el-icon-s-home tb-icon"
|
|
|
@click="openPlatModal(scope.row.id, true, scope.row)"
|
|
@@ -258,6 +258,7 @@ export default {
|
|
|
const { btnList } = this.$store.getters;
|
|
|
const tran = btnList.find((i) => i.menu_route == "account") || {};
|
|
|
const { action } = tran ?? {};
|
|
|
+ console.log(action)
|
|
|
return action ?? [];
|
|
|
},
|
|
|
},
|