forked from github/dataease
Merge pull request #654 from dataease/pr@dev@feat_panel-linkage-bar
refactor:代码回退
This commit is contained in:
commit
3399d1937a
@ -191,10 +191,11 @@ export default {
|
||||
}, {
|
||||
label: this.$t('member.edit_password'), icon: 'el-icon-s-tools', type: 'success', click: this.editPassword,
|
||||
show: this.checkPermission(['user:editPwd'])
|
||||
}, {
|
||||
label: '权限查看', icon: 'el-icon-lock', type: 'warning', click: this.showAuth,
|
||||
show: this.checkPermission(['user:editPwd'])
|
||||
}
|
||||
// , {
|
||||
// label: '权限查看', icon: 'el-icon-lock', type: 'warning', click: this.showAuth,
|
||||
// show: this.checkPermission(['user:editPwd'])
|
||||
// }
|
||||
],
|
||||
searchConfig: {
|
||||
useQuickSearch: true,
|
||||
|
Loading…
Reference in New Issue
Block a user