fix: 修复新增租户报错
This commit is contained in:
@@ -55,6 +55,29 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
show: true
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '用户名称',
|
||||
field: 'username',
|
||||
table: {
|
||||
show: false
|
||||
},
|
||||
detail: {
|
||||
show: false
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '用户密码',
|
||||
field: 'password',
|
||||
table: {
|
||||
show: false
|
||||
},
|
||||
detail: {
|
||||
show: false
|
||||
},
|
||||
form: {
|
||||
component: 'InputPassword'
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '账号额度',
|
||||
field: 'accountCount',
|
||||
@@ -71,7 +94,7 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
component: 'DatePicker',
|
||||
componentProps: {
|
||||
type: 'datetime',
|
||||
valueFormat: 'YYYY-MM-DD HH:mm:ss'
|
||||
valueFormat: 'x'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user