forked from github/dataease
refactor:代码回退
This commit is contained in:
parent
2a8d39bbb8
commit
b34373a549
@ -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