|  | @@ -26,7 +26,8 @@
 | 
	
		
			
				|  |  |            <template slot-scope="{ row }">
 | 
	
		
			
				|  |  |              <el-tag v-if="row.withdrawalType === 1" effect="plain" type="info">普通订单</el-tag>
 | 
	
		
			
				|  |  |              <el-tag v-else-if="row.withdrawalType === 2" effect="plain" type="success">交易金</el-tag>
 | 
	
		
			
				|  |  | -            <el-tag v-else-if="row.withdrawalType === 3" effect="plain">代金券</el-tag>
 | 
	
		
			
				|  |  | +            <el-tag v-else-if="row.withdrawalType === 3" effect="plain" type="warning">充值代金券提现</el-tag>
 | 
	
		
			
				|  |  | +            <el-tag v-else-if="row.withdrawalType === 4" effect="plain" type="danger">兑换代金券</el-tag>
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |          </el-table-column>
 | 
	
		
			
				|  |  |          <el-table-column align="center" width="120" label="提现金额" prop="withdrawalMoney" show-overflow-tooltip />
 |