| 
					
				 | 
			
			
				@@ -324,7 +324,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </el-row> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <el-dialog title="提示" :visible.sync="showSetting" width="700px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <el-dialog title="自定义列显示" :visible.sync="showSetting" width="700px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div>配置排序列数据(拖动调整顺序)</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div style="margin-left: 17px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-checkbox 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -391,7 +391,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fixed="left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <div @click="handleUpdate(scope.row)">{{ scope.row.mblno }}</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <el-link :underline="false" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            ><div @click="handleUpdate(scope.row)"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              {{ scope.row.mblno }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </div></el-link 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </el-table-column> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-table-column 
			 |