diff --git a/src/components/drawers/AddTest.vue b/src/components/drawers/AddTest.vue index 5d58b557..6389e906 100644 --- a/src/components/drawers/AddTest.vue +++ b/src/components/drawers/AddTest.vue @@ -16,25 +16,25 @@ /> -
- + - +
-
+
@@ -289,6 +289,63 @@
+
+
+
+
+
+ +
+ 考试名称: +
+
+ +
+
+
+
+
+ +
+ 数据来源: +
+
+ +
+
+
+
+ 考试说明: +
+
+ +
+
+
+
取消 确定 @@ -398,6 +455,18 @@ export default { scoringModel: 2, questionArrangement: 4, }, + test1: { + examinationName: '', + chooseTime: '', + examinationDuration: '', + passLine: '', + examinationExplain: null, + examinationLimit: null, + showAnswers: 1, + showAnalysis: 1, + scoringModel: 2, + questionArrangement: 4, + }, addLoading: false, isOuter: 1, // 是否为外部考试