| 
					
				 | 
			
			
				@@ -49,9 +49,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <JDictSelectTag v-model:value="formState.fileType" placeholder="请选择文件类型" dictCode="file_type" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             style="width: 500px;" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <a-form-item label="文件类型"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <a-form-item label="文件上传"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <a-upload :before-upload="beforeUpload" @remove="handleRemove" :multiple="false" :file-list="fileList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <a-button type="primary" preIcon="ant-design:cloud-upload-outlined">文件上传</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <a-button type="primary" preIcon="ant-design:cloud-upload-outlined">选择文件</a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </a-upload> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </a-form> 
			 |