[update] 修改bug87734
This commit is contained in:
@@ -313,13 +313,13 @@ export default {
|
||||
{
|
||||
text: this.$t('details'),
|
||||
clickEvent: 'handleDetail',
|
||||
has: ''
|
||||
has: 'user:detail'
|
||||
},
|
||||
// 密码
|
||||
{
|
||||
text: this.$t('user.password'),
|
||||
clickEvent: 'handleChangePassword',
|
||||
has: '',
|
||||
has: 'user:password',
|
||||
show: (record) => {
|
||||
// IAM同步过来的不能编辑
|
||||
return record.source !== UserSource.IAM.value
|
||||
|
||||
Reference in New Issue
Block a user