| 
					
				 | 
			
			
				@@ -168,14 +168,16 @@ onMounted(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            @node-drag-end="handleDragEnd" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            default-expand-all> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <template #default="{node,data}"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <el-button type="danger" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                 text 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                 @click.stop="delReportQueryCenterClick(data)"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        删除 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      </el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-icon> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <Document v-if="data.type === 0"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <Folder v-else/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </el-icon> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       {{ data.name }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <el-button type="danger" text @click.stop="delReportQueryCenterClick(data)"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        删除 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      </el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </el-tree> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </template> 
			 |