|
@@ -127,6 +127,17 @@
|
|
>
|
|
>
|
|
</el-pagination>
|
|
</el-pagination>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="tips-markedness">
|
|
|
|
+ <p>
|
|
|
|
+ 结束评卷后可以在归档管理模块——成绩查询菜单,查看成绩、成绩报告及导出成绩
|
|
|
|
+ <el-button
|
|
|
|
+ type="text"
|
|
|
|
+ class="btn-primary btn-link ml-2"
|
|
|
|
+ @click="toScoreManage"
|
|
|
|
+ >点击跳转成绩查询</el-button
|
|
|
|
+ >
|
|
|
|
+ </p>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<!-- MarkDetail -->
|
|
<!-- MarkDetail -->
|
|
<mark-detail ref="MarkDetail" :instance="curRow"></mark-detail>
|
|
<mark-detail ref="MarkDetail" :instance="curRow"></mark-detail>
|
|
@@ -211,6 +222,9 @@ export default {
|
|
handleSelectionChange(val) {
|
|
handleSelectionChange(val) {
|
|
this.multipleSelection = val;
|
|
this.multipleSelection = val;
|
|
},
|
|
},
|
|
|
|
+ toScoreManage() {
|
|
|
|
+ this.$router.push({ name: "ScoreManage" });
|
|
|
|
+ },
|
|
async toExport() {
|
|
async toExport() {
|
|
if (this.downloading) return;
|
|
if (this.downloading) return;
|
|
this.downloading = true;
|
|
this.downloading = true;
|