|
@@ -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",
|