refactor:代码回退

This commit is contained in:
wangjiahao 2021-08-18 11:35:38 +08:00
parent 2a8d39bbb8
commit b34373a549

View File

@ -191,10 +191,11 @@ export default {
}, { }, {
label: this.$t('member.edit_password'), icon: 'el-icon-s-tools', type: 'success', click: this.editPassword, label: this.$t('member.edit_password'), icon: 'el-icon-s-tools', type: 'success', click: this.editPassword,
show: this.checkPermission(['user:editPwd']) 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: { searchConfig: {
useQuickSearch: true, useQuickSearch: true,