mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	feat: add upload component
This commit is contained in:
		@@ -77,6 +77,17 @@ const crudSchemas = reactive<VxeCrudSchema>({
 | 
			
		||||
        component: 'InputNumber',
 | 
			
		||||
        value: 0
 | 
			
		||||
      },
 | 
			
		||||
      #elseif($column.htmlType == "imageUpload")## 图片上传
 | 
			
		||||
      form: {
 | 
			
		||||
        component: 'UploadImg',
 | 
			
		||||
        componentProps: {
 | 
			
		||||
          limit: 1
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      #elseif($column.htmlType == "fileUpload")## 图片上传
 | 
			
		||||
      form: {
 | 
			
		||||
        component: 'UploadFile'
 | 
			
		||||
      },
 | 
			
		||||
      #end
 | 
			
		||||
      #end
 | 
			
		||||
      #if ($column.listOperation)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user