Skip to content

Commit 46fc6ce

Browse files
committed
最小值为0会报错
1 parent ffd2b5b commit 46fc6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/system/tenant/tenant.data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
146146
component: 'InputNumber',
147147
value: null,
148148
componentProps: {
149-
min: 0
149+
min: 1
150150
}
151151
}
152152
},

0 commit comments

Comments
 (0)