WANG 6 år sedan
förälder
incheckning
381073ee05

+ 5 - 0
src/modules/examwork/view/offlineExam.vue

@@ -1,5 +1,8 @@
 <template>
   <div>
+    <LinkTitlesCustom
+      :currentPaths="['考试管理', '考试信息', '离线考试设置']"
+    />
     <section class="content">
       <div class="box box-info">
         <!-- 正文信息 -->
@@ -102,6 +105,7 @@
 <script>
 import { EXAM_TYPE, EXAM_WORK_API } from "@/constants/constants.js";
 import moment from "moment";
+import LinkTitlesCustom from "@/components/LinkTitlesCustom.vue";
 
 let _this = null;
 
@@ -116,6 +120,7 @@ let validateName = (rule, value, callback) => {
 };
 
 export default {
+  components: { LinkTitlesCustom },
   data() {
     return {
       activeName: "tab1",

+ 6 - 1
src/modules/examwork/view/onlineExam.vue

@@ -1,5 +1,8 @@
 <template>
   <div>
+    <LinkTitlesCustom
+      :currentPaths="['考试管理', '考试信息', '网络考试设置']"
+    />
     <section class="content">
       <div class="box box-info">
         <!-- 正文信息 -->
@@ -341,6 +344,7 @@
 import { EXAM_TYPE, EXAM_WORK_API } from "@/constants/constants.js";
 import moment from "moment";
 import ckeditor from "@/components/ckeditor.vue";
+import LinkTitlesCustom from "@/components/LinkTitlesCustom.vue";
 
 let _this = null;
 
@@ -468,7 +472,8 @@ let validateLivingWarnThreshold = (rule, value, callback) => {
 
 export default {
   components: {
-    ckeditor
+    ckeditor,
+    LinkTitlesCustom
   },
   data() {
     return {

+ 6 - 1
src/modules/examwork/view/practiceExam.vue

@@ -1,5 +1,8 @@
 <template>
   <div>
+    <LinkTitlesCustom
+      :currentPaths="['考试管理', '考试信息', '练习考试设置']"
+    />
     <section class="content">
       <div class="box box-info">
         <!-- 正文信息 -->
@@ -175,6 +178,7 @@
 import { EXAM_TYPE, EXAM_WORK_API } from "@/constants/constants.js";
 import moment from "moment";
 import ckeditor from "@/components/ckeditor.vue";
+import LinkTitlesCustom from "@/components/LinkTitlesCustom.vue";
 
 let _this = null;
 
@@ -246,7 +250,8 @@ let validateExamReconnectTime = (rule, value, callback) => {
 
 export default {
   components: {
-    ckeditor
+    ckeditor,
+    LinkTitlesCustom
   },
   data() {
     return {

+ 5 - 0
src/modules/examwork/view/printExam.vue

@@ -1,5 +1,8 @@
 <template>
   <div>
+    <LinkTitlesCustom
+      :currentPaths="['考试管理', '考试信息', '印刷考试设置']"
+    />
     <section class="content">
       <div class="box box-info">
         <!-- 正文信息 -->
@@ -92,6 +95,7 @@
 <script>
 import { EXAM_TYPE, EXAM_WORK_API } from "@/constants/constants.js";
 import moment from "moment";
+import LinkTitlesCustom from "@/components/LinkTitlesCustom.vue";
 
 let _this = null;
 
@@ -106,6 +110,7 @@ let validateName = (rule, value, callback) => {
 };
 
 export default {
+  components: { LinkTitlesCustom },
   data() {
     return {
       activeName: "tab1",

+ 5 - 0
src/modules/examwork/view/traditionExam.vue

@@ -1,5 +1,8 @@
 <template>
   <div>
+    <LinkTitlesCustom
+      :currentPaths="['考试管理', '考试信息', '传统考试设置设置']"
+    />
     <section class="content">
       <div class="box box-info">
         <!-- 正文信息 -->
@@ -92,6 +95,7 @@
 <script>
 import { EXAM_TYPE, EXAM_WORK_API } from "@/constants/constants.js";
 import moment from "moment";
+import LinkTitlesCustom from "@/components/LinkTitlesCustom.vue";
 
 let _this = null;
 
@@ -106,6 +110,7 @@ let validateName = (rule, value, callback) => {
 };
 
 export default {
+  components: { LinkTitlesCustom },
   data() {
     return {
       activeName: "tab1",