Merge pull request #654 from dataease/pr@dev@feat_panel-linkage-bar

refactor:代码回退
This commit is contained in:
王嘉豪 2021-08-18 11:36:42 +08:00 committed by GitHub
commit 3399d1937a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,