feat: id use inputNumber

This commit is contained in:
xingyu4j
2025-10-17 13:39:23 +08:00
parent 15edcb1d7b
commit ca1fefd197
20 changed files with 35 additions and 30 deletions

View File

@@ -23,7 +23,7 @@ export function useFormSchema(): VbenFormSchema[] {
return [
{
fieldName: 'id',
component: 'Input',
component: 'InputNumber',
dependencies: {
triggerFields: [''],
show: () => false,