| 
					
				 | 
			
			
				@@ -6,12 +6,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              width="420px" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              @closed="closed"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div class="box"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <div 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          v-if="errorMsg.type === 1" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          v-for="(value, key) in props.data" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          class="message" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          :class="props.currentKey == key ? 'current_selected' : '' " 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          @click="clickToModify(key,value)"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <div v-if="errorMsg.type === 1" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+           v-for="(value, key) in props.data" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+           class="message" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+           :class="props.currentKey == key ? 'current_selected' : '' " 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+           @click="clickToModify(key,value)"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <div class="name"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           医嘱号: {{ key }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           序号:{{ getYzIndex(key) + 1 }} 
			 |