|  |  | @ -20,7 +20,7 @@ | 
			
		
	
		
			
				
					|  |  |  |       </div> | 
			
		
	
		
			
				
					|  |  |  |       <div class="operation-record-table eyesTable"> | 
			
		
	
		
			
				
					|  |  |  |         <el-table :data="tableData" :span-method="objectSpanMethod" border style="width: 100%; margin-top: 20px"> | 
			
		
	
		
			
				
					|  |  |  |           <el-table-column label="" width="200" align="center" :resizable="false"> | 
			
		
	
		
			
				
					|  |  |  |           <el-table-column label="" width="150" align="center" :resizable="false"> | 
			
		
	
		
			
				
					|  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
			
				
					|  |  |  |               <div v-if="scope.row.name == '1'"> | 
			
		
	
		
			
				
					|  |  |  |                 <div class="width-120 center" style="display: flex"> | 
			
		
	
	
		
			
				
					|  |  | @ -326,7 +326,7 @@ | 
			
		
	
		
			
				
					|  |  |  |                       </div> | 
			
		
	
		
			
				
					|  |  |  |                     </div> | 
			
		
	
		
			
				
					|  |  |  |                     <div style="display: flex"> | 
			
		
	
		
			
				
					|  |  |  |                       <span style="width: 160px;">斜视:</span> | 
			
		
	
		
			
				
					|  |  |  |                       <span style="width: 160px;">斜              视:</span> | 
			
		
	
		
			
				
					|  |  |  |                       <div style="width: 100%;display: flex;flex-wrap: wrap;"> | 
			
		
	
		
			
				
					|  |  |  |                         <div v-for="(item,index) in strabismusList" :key="index" class="check" style="margin-left: 22px;font-size: 14px" @click="item.isSelect = !item.isSelect"> | 
			
		
	
		
			
				
					|  |  |  |                           <input type="checkbox" :checked="item.isSelect"> | 
			
		
	
	
		
			
				
					|  |  | @ -701,7 +701,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |           name: '散开过度', | 
			
		
	
		
			
				
					|  |  |  |           isSelect: false | 
			
		
	
		
			
				
					|  |  |  |         }, { | 
			
		
	
		
			
				
					|  |  |  |           name: '内隐科', | 
			
		
	
		
			
				
					|  |  |  |           name: `内隐科`, | 
			
		
	
		
			
				
					|  |  |  |           isSelect: false | 
			
		
	
		
			
				
					|  |  |  |         }, { | 
			
		
	
		
			
				
					|  |  |  |           name: '外隐科', | 
			
		
	
	
		
			
				
					|  |  | 
 |