|  |  |  | @ -75,8 +75,13 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                     show-overflow-tooltip | 
			
		
	
		
			
				
					|  |  |  |  |                 > | 
			
		
	
		
			
				
					|  |  |  |  |                     <template slot-scope="scope"> | 
			
		
	
		
			
				
					|  |  |  |  |                         <span>{{ getStatusInfo(scope.row.status) }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |                         <el-tag :type="(scope.row.status ) | statusFilterType">{{ | 
			
		
	
		
			
				
					|  |  |  |  |                                 statusMap[scope.row.status] | 
			
		
	
		
			
				
					|  |  |  |  |                             }} | 
			
		
	
		
			
				
					|  |  |  |  |                         </el-tag> | 
			
		
	
		
			
				
					|  |  |  |  |                     </template> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |                 </el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-table-column | 
			
		
	
		
			
				
					|  |  |  |  |                     label="结果信息" | 
			
		
	
	
		
			
				
					|  |  |  | @ -141,6 +146,8 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |             list: [], | 
			
		
	
		
			
				
					|  |  |  |  |             total: 0, | 
			
		
	
		
			
				
					|  |  |  |  |             statusMap: { | 
			
		
	
		
			
				
					|  |  |  |  |                 0: "未提交", | 
			
		
	
		
			
				
					|  |  |  |  |                 1: "正在提交", | 
			
		
	
		
			
				
					|  |  |  |  |                 2: "提交成功", | 
			
		
	
		
			
				
					|  |  |  |  |                 3: "提交失败" | 
			
		
	
		
			
				
					|  |  |  |  |             }, | 
			
		
	
	
		
			
				
					|  |  |  | @ -224,7 +231,15 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |             this.getList(); | 
			
		
	
		
			
				
					|  |  |  |  |         }, | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     filters: { | 
			
		
	
		
			
				
					|  |  |  |  |         statusFilterType(status) { | 
			
		
	
		
			
				
					|  |  |  |  |             const statusMap = { | 
			
		
	
		
			
				
					|  |  |  |  |                 2: "success", | 
			
		
	
		
			
				
					|  |  |  |  |                 3: "danger", | 
			
		
	
		
			
				
					|  |  |  |  |             }; | 
			
		
	
		
			
				
					|  |  |  |  |             return statusMap[status]; | 
			
		
	
		
			
				
					|  |  |  |  |         }, | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     mounted() { | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     created() { | 
			
		
	
	
		
			
				
					|  |  |  | 
 |