|  |  | @ -4,6 +4,7 @@ | 
			
		
	
		
			
				
					|  |  |  |       <div v-for="(item, index) in formList" :key="index" class="flex" style="margin-top: 12px" :class="[index === curIndex ? 'active' : '']" @click="handleForm(index, item)"> | 
			
		
	
		
			
				
					|  |  |  |         <div class="formBox"> | 
			
		
	
		
			
				
					|  |  |  |           <p :class="[index === curIndex ? 'activeFont' : 'curFont']">{{ item.createTime }}</p> | 
			
		
	
		
			
				
					|  |  |  |           <p :class="[index === curIndex ? 'activeFont' : 'curFont']">操作员:{{ item.doctorName }}</p> | 
			
		
	
		
			
				
					|  |  |  |           <p> | 
			
		
	
		
			
				
					|  |  |  |             {{ item.name }} | 
			
		
	
		
			
				
					|  |  |  |           </p> | 
			
		
	
	
		
			
				
					|  |  | @ -11,7 +12,6 @@ | 
			
		
	
		
			
				
					|  |  |  |         <i v-if="index === curIndex && !onlyRead && item.name !== '门急诊电子病历'&& !isCreate" style="margin-top: 28px;color: rgb(199,5,5)" class="el-icon-delete" @click.stop="deleteForm()" /> | 
			
		
	
		
			
				
					|  |  |  |       </div> | 
			
		
	
		
			
				
					|  |  |  |       <img v-if="!formList.length" src="@/assets/img/nodata.png" alt="" class="nodata"> | 
			
		
	
		
			
				
					|  |  |  |       <!-- <div class="button"><i class="el-icon-plus" /> 新建表单</div> --> | 
			
		
	
		
			
				
					|  |  |  |     </div> | 
			
		
	
		
			
				
					|  |  |  |     <div class="content-left-bottom"> | 
			
		
	
		
			
				
					|  |  |  |       <div class="commonForm-text "> | 
			
		
	
	
		
			
				
					|  |  | 
 |