|  |  |  | @ -37,9 +37,9 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-table-column label="序号" type="index"></el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-table-column label="任务ID" prop="taskId" width="180" show-overflow-tooltip></el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-table-column label="任务类型" prop="idDatas" width="140" show-overflow-tooltip> | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-table-column label="任务类型" prop="type" width="140" show-overflow-tooltip> | 
			
		
	
		
			
				
					|  |  |  |  |                     <template slot-scope="scope"> | 
			
		
	
		
			
				
					|  |  |  |  |                         <span>{{ type[scope.row.idDatas] }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |                         <span>{{ scope.row.type}}</span> | 
			
		
	
		
			
				
					|  |  |  |  |                     </template> | 
			
		
	
		
			
				
					|  |  |  |  |                 </el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |                 <!-- <el-table-column | 
			
		
	
	
		
			
				
					|  |  |  | @ -344,7 +344,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             }, | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             downFile(rows) { | 
			
		
	
		
			
				
					|  |  |  |  |                 infoByStatus({ | 
			
		
	
		
			
				
					|  |  |  |  |                 uploadInfoByStatus({ | 
			
		
	
		
			
				
					|  |  |  |  |                     'id': rows.id | 
			
		
	
		
			
				
					|  |  |  |  |                 }).then(res => { | 
			
		
	
		
			
				
					|  |  |  |  |                     let blob = new Blob([res]) | 
			
		
	
	
		
			
				
					|  |  |  | 
 |