mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-11-02 11:18:43 +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