Przeglądaj źródła

最小值为0会报错

gexinzhineng/gxzn27 2 lat temu
rodzic
commit
46fc6ce1b7
1 zmienionych plików z 1 dodań i 1 usunięć
  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
         }
       }
     },