Explorar el Código

最小值为0会报错

gexinzhineng/gxzn27 hace 2 años
padre
commit
46fc6ce1b7
Se han modificado 1 ficheros con 1 adiciones y 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
         }
       }
     },