mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 11:35:06 +08:00
fix: form inputnumber
This commit is contained in:
@ -82,8 +82,7 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
label: '账号额度',
|
||||
field: 'accountCount',
|
||||
form: {
|
||||
component: 'InputNumber',
|
||||
value: 0
|
||||
component: 'InputNumber'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user