|  | @@ -207,13 +207,13 @@
 | 
	
		
			
				|  |  |            :data="tableList"
 | 
	
		
			
				|  |  |            :header-cell-style="{ background: '#EDEEF0', color: '#444' }"
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  | -          <!-- <el-table-column align="center" prop="transNo" label="所属分部">
 | 
	
		
			
				|  |  | +          <el-table-column align="center" prop="transNo" label="所属分部">
 | 
	
		
			
				|  |  |              <template slot-scope="scope">
 | 
	
		
			
				|  |  |                <div>
 | 
	
		
			
				|  |  |                  <copy-text>{{ scope.row.routeOrganName }}</copy-text>
 | 
	
		
			
				|  |  |                </div>
 | 
	
		
			
				|  |  |              </template>
 | 
	
		
			
				|  |  | -          </el-table-column> -->
 | 
	
		
			
				|  |  | +          </el-table-column>
 | 
	
		
			
				|  |  |            <el-table-column align="center" prop="transNo" label="交易流水号">
 | 
	
		
			
				|  |  |              <template slot-scope="scope">
 | 
	
		
			
				|  |  |                <div>
 |