mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-11-04 22:57:10 +08:00 
			
		
		
		
	fix: 导入用户上传组件button拼写错误
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
				
			|||||||
            draggable
 | 
					            draggable
 | 
				
			||||||
            :custom-request="handleUpload"
 | 
					            :custom-request="handleUpload"
 | 
				
			||||||
            :limit="1"
 | 
					            :limit="1"
 | 
				
			||||||
            :show-retry-butto="false"
 | 
					            :show-retry-button="false"
 | 
				
			||||||
            :show-cancel-button="false" tip="仅支持xls、xlsx格式"
 | 
					            :show-cancel-button="false" tip="仅支持xls、xlsx格式"
 | 
				
			||||||
            :file-list="uploadFile"
 | 
					            :file-list="uploadFile"
 | 
				
			||||||
            accept=".xls, .xlsx, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
 | 
					            accept=".xls, .xlsx, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user