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