mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-25 16:25:07 +08:00
1、bpmnjs中template中不能写注释,会导致报错
2、租客列表添加显示账号密码,修改不显示
This commit is contained in:
@ -60,6 +60,13 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
component: 'InputPassword'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '用户' + t('profile.user.sex'),
|
||||
field: 'sex',
|
||||
dictType: DICT_TYPE.SYSTEM_USER_SEX,
|
||||
dictClass: 'number',
|
||||
table: { show: false }
|
||||
},
|
||||
{
|
||||
title: '用户昵称',
|
||||
field: 'nickname'
|
||||
|
Reference in New Issue
Block a user