diff --git a/src/components/drawers/AddTest.vue b/src/components/drawers/AddTest.vue index 24f1692e..5f0478cb 100644 --- a/src/components/drawers/AddTest.vue +++ b/src/components/drawers/AddTest.vue @@ -3,60 +3,70 @@
-
{{ taskIndex >= 0 ? "编辑" : "添加" }}考试
+
+ {{ taskIndex >= 0 ? "编辑" : "添加" }}考试 +
-
+
-
+
考试名称:
@@ -65,22 +75,36 @@
选择试卷:
- +
-
- - {{ formData.examinationTestName }} + + {{ + formData.examinationTestName + }}
@@ -89,22 +113,22 @@
考试时间:
@@ -112,20 +136,20 @@
考试时长:
分钟
@@ -134,18 +158,18 @@
及格线:
@@ -157,38 +181,41 @@
- 考试限制: + 考试限制:
允许重复考试: = 0" + :min="-1" + :max="300" + :precision="0" + style=" width: 100px; height: 32px; border-radius: 8px; - overflow: hidden;" - v-model:value="formData.examinationLimit" + overflow: hidden; + " + v-model:value="formData.examinationLimit" > 次,-1表示无限制次,-1表示无限制
@@ -201,9 +228,9 @@
允许查看 不允许查看 @@ -216,9 +243,9 @@
允许查看 不允许查看 @@ -231,9 +258,9 @@
最高一次 最后一次 @@ -241,16 +268,15 @@
-
试题排列:
试题乱序 选项乱序 @@ -259,7 +285,7 @@
-
+
@@ -268,18 +294,18 @@
考试名称:
@@ -287,18 +313,18 @@
数据来源:
@@ -308,12 +334,12 @@
@@ -327,150 +353,160 @@
diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index 88dc4fc5..958b336f 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -87,39 +87,77 @@ -
+
-