diff --git a/src/assets/css/index.scss b/src/assets/css/index.scss index 69c5286..6c688a4 100644 --- a/src/assets/css/index.scss +++ b/src/assets/css/index.scss @@ -179,6 +179,19 @@ ul { } } +.cascader-clazz { + .el-cascader-menu{ + .el-checkbox { + display: none; + } + } + .el-cascader-menu:nth-child(3){ + .el-checkbox { + display: block; + } + } +} + @media screen and (max-width: 1500px) { .answer-box { .answer-s { diff --git a/src/views/index/mainIndex.vue b/src/views/index/mainIndex.vue index 0fbbd39..e0337cd 100644 --- a/src/views/index/mainIndex.vue +++ b/src/views/index/mainIndex.vue @@ -158,6 +158,9 @@ 对{{ dataInfo.examCount }}套即时测答题记录分析。

+
+

软件下载

+
diff --git a/src/views/standard/setUp/clazz.vue b/src/views/standard/setUp/clazz.vue index 779c330..31639d6 100644 --- a/src/views/standard/setUp/clazz.vue +++ b/src/views/standard/setUp/clazz.vue @@ -373,6 +373,7 @@ export default { value: this.subjectName, checked: false, }); + this.subjects.push(this.subjectName); this.subjectNames.push(this.subjectName); this.subjectName = ""; }, @@ -411,6 +412,7 @@ export default { this.$message.success(info); this.subjectList.splice(index, 1); this.subjects.splice(index, 1); + this.subjectNames.splice(index, 1); this._QueryData(); } else { this.$message.error(info); diff --git a/src/views/standard/setUp/student.vue b/src/views/standard/setUp/student.vue index be611e1..d4c17fb 100644 --- a/src/views/standard/setUp/student.vue +++ b/src/views/standard/setUp/student.vue @@ -150,7 +150,22 @@ {{ item.studentName }}

- {{ item.gradeName }}﹒{{ item.className }} + +

答题器:{{ item.clickerSn || "--" }}

长学号:{{ item.studentCode }}

@@ -166,7 +181,12 @@ - + 取 消 - + 关 闭 - + 取 消 - +