| 
					
				 | 
			
			
				@@ -370,7 +370,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           )} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <CellGroup style={{ margin: 0 }}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <CellGroup style={{ margin: 0 }} border={false}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             {state.goodsInfos && 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               state.goodsInfos.map((goods: any) => ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <Cell class={styles.cellItem}> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -417,7 +417,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               ))} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </CellGroup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          {orderType.value === 'SCHOOL_REGISTER' && ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          {state.hasInstrument && ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <Cell 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               class={styles.freight} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               title="运费" 
			 |