Parcourir la source

new elective report demo

hare8999@163.com il y a 2 ans
Parent
commit
2825bf73d7
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      src/views/system/user/profile/round-select.vue

+ 6 - 1
src/views/system/user/profile/round-select.vue

@@ -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)
     }
   }
 }