|  |  | @ -7,9 +7,6 @@ | 
			
		
	
		
			
				
					|  |  |  |       <el-tab-pane label="医生管理" name="second"> | 
			
		
	
		
			
				
					|  |  |  |         <doctor v-if="activeName==='second'" /> | 
			
		
	
		
			
				
					|  |  |  |       </el-tab-pane> | 
			
		
	
		
			
				
					|  |  |  |       <el-tab-pane label="eCRF管理" name="third"> | 
			
		
	
		
			
				
					|  |  |  |         <eCrf v-if="activeName==='third'" /> | 
			
		
	
		
			
				
					|  |  |  |       </el-tab-pane> | 
			
		
	
		
			
				
					|  |  |  |       <el-tab-pane label="受试者管理" name="fourth"> | 
			
		
	
		
			
				
					|  |  |  |         <patientSubject v-if="activeName==='fourth'" /> | 
			
		
	
		
			
				
					|  |  |  |       </el-tab-pane> | 
			
		
	
	
		
			
				
					|  |  | @ -23,12 +20,11 @@ | 
			
		
	
		
			
				
					|  |  |  | <script> | 
			
		
	
		
			
				
					|  |  |  | import search from './patient-search/index' | 
			
		
	
		
			
				
					|  |  |  | import doctor from './doctor/index' | 
			
		
	
		
			
				
					|  |  |  | import eCrf from './ecrf/index' | 
			
		
	
		
			
				
					|  |  |  | import patientSubject from './patient-subject/index' | 
			
		
	
		
			
				
					|  |  |  | import operateLog from './log/index' | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | export default { | 
			
		
	
		
			
				
					|  |  |  |   components: { doctor, search, eCrf, patientSubject, operateLog }, | 
			
		
	
		
			
				
					|  |  |  |   components: { doctor, search, patientSubject, operateLog }, | 
			
		
	
		
			
				
					|  |  |  |   data() { | 
			
		
	
		
			
				
					|  |  |  |     return { | 
			
		
	
		
			
				
					|  |  |  |       activeName: 'first' | 
			
		
	
	
		
			
				
					|  |  | 
 |