flat: 权限
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
size="small"
|
||||
@click.stop="distributionCodeDialog = true"
|
||||
type="primary"
|
||||
v-show="vaildData(permission.manage_station_inviteCode_edituser, false)"
|
||||
>新增用户</el-button>
|
||||
</template>
|
||||
<template slot="isEnabled" slot-scope="{ row }">
|
||||
@@ -156,6 +157,9 @@ export default {
|
||||
created() {
|
||||
this.getList() // 企业
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(["permission"]),
|
||||
},
|
||||
methods:{
|
||||
async onLoad() {
|
||||
this.getInvitationCode()
|
||||
|
||||
Reference in New Issue
Block a user