mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 04:08:44 +08:00 
			
		
		
		
	最小值为0会报错
This commit is contained in:
		@@ -146,7 +146,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
 | 
			
		||||
        component: 'InputNumber',
 | 
			
		||||
        value: null,
 | 
			
		||||
        componentProps: {
 | 
			
		||||
          min: 0
 | 
			
		||||
          min: 1
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user