diff --git a/src/components/drawers/AddTest.vue b/src/components/drawers/AddTest.vue index 78cccd04..12178e92 100644 --- a/src/components/drawers/AddTest.vue +++ b/src/components/drawers/AddTest.vue @@ -3,59 +3,69 @@
-
{{ taskIndex >= 0 ? "编辑" : "添加" }}考试
+
+ {{ taskIndex >= 0 ? "编辑" : "添加" }}考试 +
-
+
-
+
考试名称:
@@ -64,22 +74,36 @@
选择试卷:
- +
-
- - {{ formData.examinationTestName }} + + {{ + formData.examinationTestName + }}
@@ -88,22 +112,22 @@
考试时间:
@@ -111,20 +135,20 @@
考试时长:
分钟
@@ -133,18 +157,18 @@
及格线:
@@ -156,38 +180,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表示无限制
@@ -200,9 +227,9 @@
允许查看 不允许查看 @@ -215,9 +242,9 @@
允许查看 不允许查看 @@ -230,9 +257,9 @@
最高一次 最后一次 @@ -240,16 +267,15 @@
-
试题排列:
试题乱序 选项乱序 @@ -258,7 +284,7 @@
-
+
@@ -267,18 +293,18 @@
考试名称:
@@ -286,18 +312,18 @@
数据来源:
@@ -307,12 +333,12 @@
@@ -326,154 +352,163 @@
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 @@ -
+
-