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