@@ -114,6 +114,7 @@ export default {
filter: {
semesterId: "",
examId: "",
+ openCollegeId: "",
courseId: "",
paperNumber: "",
},
@@ -93,6 +93,21 @@
<el-table-column prop="percent" label="阅卷进度" width="120">
<span slot-scope="scope">{{ scope.row.percent || 0 }}%</span>
</el-table-column>
+ <el-table-column
+ prop="paperType"
+ label="任务数"
+ width="80"
+ ></el-table-column>
+ label="正在评卷"
+ width="100"
+ label="问题卷"
<el-table-column
prop="statusDisplay"
label="评卷状态"
@@ -190,6 +205,7 @@ export default {
progressStatus: null,
@@ -229,6 +229,7 @@ export default {
groupStatus: null,
@@ -140,6 +140,7 @@ export default {