|  | @@ -86,6 +86,7 @@
 | 
	
		
			
				|  |  |                             label="订单日期">
 | 
	
		
			
				|  |  |            </el-table-column>
 | 
	
		
			
				|  |  |            <el-table-column align='center'
 | 
	
		
			
				|  |  | +           width="100px"
 | 
	
		
			
				|  |  |                             label="交易类型">
 | 
	
		
			
				|  |  |              <template slot-scope="scope">
 | 
	
		
			
				|  |  |                {{ scope.row.type | orderType }}
 | 
	
	
		
			
				|  | @@ -110,6 +111,7 @@
 | 
	
		
			
				|  |  |              </template>
 | 
	
		
			
				|  |  |            </el-table-column>
 | 
	
		
			
				|  |  |            <el-table-column align='center'
 | 
	
		
			
				|  |  | +           fixed="right"
 | 
	
		
			
				|  |  |                             prop="paymentChannel"
 | 
	
		
			
				|  |  |                             label="交易方式">
 | 
	
		
			
				|  |  |              <template slot-scope="scope">
 | 
	
	
		
			
				|  | @@ -155,7 +157,7 @@ import {
 | 
	
		
			
				|  |  |  // import store from '@/store'
 | 
	
		
			
				|  |  |  import {
 | 
	
		
			
				|  |  |    orderStatus,
 | 
	
		
			
				|  |  | -  dealStatus
 | 
	
		
			
				|  |  | +  dealStatus,
 | 
	
		
			
				|  |  |  } from '@/utils/searchArray'
 | 
	
		
			
				|  |  |  import axios from 'axios'
 | 
	
		
			
				|  |  |  import qs from 'qs'
 | 
	
	
		
			
				|  | @@ -166,7 +168,7 @@ export default {
 | 
	
		
			
				|  |  |    components: {
 | 
	
		
			
				|  |  |      pagination
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | -  name: 'incomeOne',
 | 
	
		
			
				|  |  | +  name: 'incomeOne', 
 | 
	
		
			
				|  |  |    data () {
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  |        orderStatus: orderStatus,
 |