|  | @@ -93,6 +93,11 @@
 | 
	
		
			
				|  |  |            <el-tag v-if="scope.row.status == 4" type="danger">退款失败</el-tag>
 | 
	
		
			
				|  |  |          </template>
 | 
	
		
			
				|  |  |        </el-table-column>
 | 
	
		
			
				|  |  | +      <el-table-column label="退款时间" align="center" prop="refundSuccessTime" width="160" >
 | 
	
		
			
				|  |  | +        <template slot-scope="scope">
 | 
	
		
			
				|  |  | +          <span>{{ parseTime(scope.row.refundSuccessTime) }}</span>
 | 
	
		
			
				|  |  | +        </template>
 | 
	
		
			
				|  |  | +      </el-table-column>
 | 
	
		
			
				|  |  |        <el-table-column label="操作人" align="center" prop="refundName" />
 | 
	
		
			
				|  |  |        <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width">
 | 
	
		
			
				|  |  |          <template slot-scope="scope">
 |