|  | @@ -16,7 +16,7 @@
 | 
	
		
			
				|  |  |               direction="btt"
 | 
	
		
			
				|  |  |               append-to-body
 | 
	
		
			
				|  |  |               destroy-on-close
 | 
	
		
			
				|  |  | -             size="90%"
 | 
	
		
			
				|  |  | +             size="100%"
 | 
	
		
			
				|  |  |               :with-header="false">
 | 
	
		
			
				|  |  |      <el-button class="close_but"
 | 
	
		
			
				|  |  |                 type="danger"
 | 
	
	
		
			
				|  | @@ -26,10 +26,12 @@
 | 
	
		
			
				|  |  |      </el-button>
 | 
	
		
			
				|  |  |      <emr-order-list v-if="index === 0"/>
 | 
	
		
			
				|  |  |      <emr-yz-temperature v-if="index === 1"/>
 | 
	
		
			
				|  |  | -    <inspection-report-index v-if="index === 2"
 | 
	
		
			
				|  |  | -                             :pat-no="patInfo.inpatientNo"
 | 
	
		
			
				|  |  | -                             :start="start"
 | 
	
		
			
				|  |  | -                             :end="end"/>
 | 
	
		
			
				|  |  | +    <inspection-report-index
 | 
	
		
			
				|  |  | +        style=" font-size: 12px;height: 100%"
 | 
	
		
			
				|  |  | +        v-if="index === 2"
 | 
	
		
			
				|  |  | +        :pat-no="patInfo.inpatientNo"
 | 
	
		
			
				|  |  | +        :start="start"
 | 
	
		
			
				|  |  | +        :end="end"/>
 | 
	
		
			
				|  |  |      <emr-inspect v-if="index === 3"/>
 | 
	
		
			
				|  |  |    </el-drawer>
 | 
	
		
			
				|  |  |  
 |