第一步:下载模板并编辑完成学生分数
@@ -814,11 +507,21 @@ export default {
this.$message.warning("请选择同一份试卷多个班级进行对比!");
return;
}
+ let examPaperScore
+ console.log(this.multipleSelection[0])
+ this.tableData.map(item => {
+ console.log(item.id)
+ if (item.id == this.multipleSelection[0]) {
+ examPaperScore = item.examPaperScore
+ }
+ })
+ console.log(examPaperScore)
this.$router.push({
path: "/testContrast",
query: {
ids: this.multipleSelection,
subjectNames: this.query.subjectNames,
+ examPaperScore: examPaperScore
},
});
},
@@ -1302,6 +1005,7 @@ div::-webkit-scrollbar {
width: 3px;
height: 10px;
}
+
div::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #ccc;
@@ -1311,42 +1015,51 @@ div::-webkit-scrollbar-thumb {
.page-container {
position: relative;
height: 100%;
+
&.active {
overflow: hidden;
}
}
+
.table-box {
margin: 0 20px;
padding: 16px;
background: #f8f8f8;
border-radius: 5px;
min-height: 300px;
+
:deep(.fa-arrow-right) {
padding-left: 2px;
}
+
:deep(.fa-file-text) {
padding-left: 2px;
}
}
+
.down {
padding-top: 16px;
}
+
.click-b {
cursor: pointer;
color: #409eff;
text-decoration: underline;
}
+
.head-box {
display: flex;
justify-content: space-between;
font-size: 12px;
color: #999;
+
.txt {
font-size: 16px;
color: #333;
line-height: 20px;
position: relative;
margin-bottom: 6px;
+
&:after {
content: "";
position: absolute;
@@ -1357,27 +1070,34 @@ div::-webkit-scrollbar-thumb {
background: #409eff;
}
}
+
.red {
font-style: normal;
font-size: 12px;
color: #f30;
}
+
.sel {
width: 200px;
+
:deep(.el-input__inner) {
border-radius: 20px;
}
}
}
+
.tab-ul {
display: flex;
flex-wrap: wrap;
+
.tab-li {
width: calc(50% - 12px);
margin: 0 12px 12px 0;
+
&:nth-child(2n) {
margin-right: 0;
}
+
.tab-tit {
font-size: 15px;
line-height: 40px;
@@ -1386,13 +1106,16 @@ div::-webkit-scrollbar-thumb {
}
}
}
+
.btn-box {
padding-top: 12px;
text-align: right;
}
+
.remove-test {
margin-left: 10px;
}
+
.input-with-select {
width: 200px;
height: 36px;
@@ -1401,6 +1124,7 @@ div::-webkit-scrollbar-thumb {
border: 1px solid #e2e2e2;
box-sizing: border-box;
background: #fff;
+
:deep(.el-input__inner) {
border-radius: 20px;
border: none;
@@ -1408,6 +1132,7 @@ div::-webkit-scrollbar-thumb {
line-height: 34px;
padding-right: 0;
}
+
:deep(.el-button) {
padding: 12px;
}
@@ -1418,6 +1143,7 @@ div::-webkit-scrollbar-thumb {
background: transparent;
}
}
+
.select-all {
padding-left: 16px;
padding-bottom: 10px;