[update] 用户管理去掉上传手写章,新增编辑去掉身份和管理部门字段

This commit is contained in:
lideqin
2024-08-01 19:33:04 +08:00
parent b5e1722da3
commit 48ff553f4e
2 changed files with 22 additions and 22 deletions
+5 -5
View File
@@ -344,11 +344,11 @@ export default {
}
},
// 上传手写章
{
text: this.$t('user.uploadHandStamp'),
clickEvent: 'handleUploadHandStamp',
has: 'user:uploadHandStamp'
}
// {
// text: this.$t('user.uploadHandStamp'),
// clickEvent: 'handleUploadHandStamp',
// has: 'user:uploadHandStamp'
// }
]
}
},