feat(主播中心-->主播成员): 操作栏按权限展示
This commit is contained in:
parent
7d98b1562a
commit
128458f341
@ -183,7 +183,13 @@
|
||||
<div>{{ $t('pages.teamMember.label.active') }}: {{ scope.row.activeTime | dateFormat }}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column fixed="right" :label="$t('pages.teamMember.table.actions')" align="center" width="100">
|
||||
<el-table-column
|
||||
v-if="buttonPermissions.includes('team:member:table:operation')"
|
||||
fixed="right"
|
||||
:label="$t('pages.teamMember.table.actions')"
|
||||
align="center"
|
||||
width="100"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-dropdown>
|
||||
<span class="el-dropdown-link">
|
||||
@ -321,7 +327,7 @@ export default {
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(["permissionsSysOriginPlatforms"])
|
||||
...mapGetters(["permissionsSysOriginPlatforms", "buttonPermissions"])
|
||||
},
|
||||
watch: {
|
||||
rangeDate: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user