|
@@ -4,15 +4,13 @@
|
|
|
<el-table :data="dataList" border>
|
|
|
<el-table-column type="index" width="50"> </el-table-column>
|
|
|
|
|
|
- <el-table-column label="评卷员" width="200">
|
|
|
+ <el-table-column label="评卷员" width="300">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag size="medium">
|
|
|
{{ scope.row.marker.name }}({{ scope.row.marker.loginName }})
|
|
|
</el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="groupQuestions" label="评卷题目">
|
|
|
- </el-table-column>
|
|
|
<el-table-column prop="markerClassList" label="评卷班级">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.markerClassList.join() }}
|