1、bpmnjs中template中不能写注释,会导致报错
2、租客列表添加显示账号密码,修改不显示
This commit is contained in:
@ -123,8 +123,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
title: '用户名称',
|
||||
field: 'username',
|
||||
isTable: false,
|
||||
isDetail: false,
|
||||
isForm: false
|
||||
isDetail: false
|
||||
},
|
||||
{
|
||||
title: '用户密码',
|
||||
@ -133,8 +132,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
isDetail: false,
|
||||
form: {
|
||||
component: 'InputPassword'
|
||||
},
|
||||
isForm: false
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '账号额度',
|
||||
|
||||
Reference in New Issue
Block a user