Explorar o código

最小值为0会报错

gexinzhineng/gxzn27 %!s(int64=2) %!d(string=hai) anos
pai
achega
46fc6ce1b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/system/tenant/tenant.data.ts

+ 1 - 1
src/views/system/tenant/tenant.data.ts

@@ -146,7 +146,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
         component: 'InputNumber',
         value: null,
         componentProps: {
-          min: 0
+          min: 1
         }
       }
     },