|  | @@ -35,7 +35,7 @@ const defaultInfo = {
 | 
	
		
			
				|  |  |          { id: 6, pid: 2, full_path: '2-6', level: 2, is_leaf: 1, order: 4, name: '水泥', unit: '吨', dgn_qty: 0, final_qty: 0, },
 | 
	
		
			
				|  |  |          { id: 7, pid: 2, full_path: '2-7', level: 2, is_leaf: 1, order: 5, name: '碎石、砂', unit: 'm3', dgn_qty: 0, final_qty: 0, },
 | 
	
		
			
				|  |  |          { id: 8, pid: 2, full_path: '2-8', level: 2, is_leaf: 1, order: 6, name: '电', unit: 'km.h', dgn_qty: 0, final_qty: 0, },
 | 
	
		
			
				|  |  | -        { id: 9, pid: 2, full_path: '2-9', level: 2, is_leaf: 1, order: 7, name: '主要机械消耗', unit: '台班', dgn_qty: 0, final_qty: 0, },
 | 
	
		
			
				|  |  | +        { id: 9, pid: -1, full_path: '9', level: 1, is_leaf: 1, order: 3, name: '主要机械消耗', unit: '台班', dgn_qty: 0, final_qty: 0, },
 | 
	
		
			
				|  |  |      ],
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  
 |