فهرست منبع

最小值为0会报错

gexinzhineng/gxzn27 2 سال پیش
والد
کامیت
46fc6ce1b7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
         }
       }
     },