|  |  |  | @ -2,18 +2,20 @@ | 
			
		
	
		
			
				
					|  |  |  |  |   <div> | 
			
		
	
		
			
				
					|  |  |  |  |     <el-card> | 
			
		
	
		
			
				
					|  |  |  |  |       <el-row> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="2" v-show="showSearch"> | 
			
		
	
		
			
				
					|  |  |  |  |           <div style="height: 100%"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-tree :data="treeList" | 
			
		
	
		
			
				
					|  |  |  |  |                      class="tree" | 
			
		
	
		
			
				
					|  |  |  |  |                      @node-click="handleNodeClick" | 
			
		
	
		
			
				
					|  |  |  |  |                      :expand-on-click-node="false"> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="3" v-show="showSearch"> | 
			
		
	
		
			
				
					|  |  |  |  |           <div style="height: 100%;margin-left: 0px"> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-tree :data="treeList" | 
			
		
	
		
			
				
					|  |  |  |  |                        class="tree" | 
			
		
	
		
			
				
					|  |  |  |  |                        @node-click="handleNodeClick" | 
			
		
	
		
			
				
					|  |  |  |  |                        :expand-on-click-node="false"> | 
			
		
	
		
			
				
					|  |  |  |  |                  <span class="custom-tree-node" slot-scope="{ node, data }"> | 
			
		
	
		
			
				
					|  |  |  |  |                    <span style="font-size: 15px;font-weight: 500;">{{ node.label }}</span></span> | 
			
		
	
		
			
				
					|  |  |  |  |             </el-tree> | 
			
		
	
		
			
				
					|  |  |  |  |                    <span style="font-size: 12px;font-weight: 500;">{{ node.label }}</span></span> | 
			
		
	
		
			
				
					|  |  |  |  |               </el-tree> | 
			
		
	
		
			
				
					|  |  |  |  |           </div> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-divider direction="vertical"></el-divider> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="22"> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="21"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form :model="filterQuery" size="mini" label-width="100px" v-show="showSearch"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-row> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-col :span="18"> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |