| 
					
				 | 
			
			
				@@ -36,8 +36,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <evaluation-empty v-else :shadow="false" :title="emptyTitle"></evaluation-empty> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </el-card> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <el-card shadow="hover" class="mt20"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <template #header>选科通知</template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <template #header>选科报告</template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-button @click="goReportDemo">报告示例</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <el-button @click="goReportDemoOnline">报告示例2</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </el-card> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <el-dialog :visible.sync="helpVideo.visible"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -205,6 +206,10 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     goReportDemo() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const path = '/elective/report/index' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.transferTo(path) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    goReportDemoOnline() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      const path = 'https://online.fliphtml5.com/jkrou/ybov/' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      window.open(path) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |