|  | @@ -95,7 +95,7 @@
 | 
	
		
			
				|  |  |              </el-select>
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |          </el-table-column>
 | 
	
		
			
				|  |  | -        <el-table-column label="手术医生" width="55">
 | 
	
		
			
				|  |  | +        <el-table-column label="主刀医生" width="55">
 | 
	
		
			
				|  |  |            <template #default="scope">
 | 
	
		
			
				|  |  |              <div v-if="scope.row.status === 'd'">{{ scope.row.doctorZdName }}</div>
 | 
	
		
			
				|  |  |              <el-input v-else v-model="scope.row.doctorZdName" @click="beforeSearch(scope.row)"></el-input>
 |