|
@@ -32,14 +32,15 @@
|
|
|
<el-table ref="TableList" :data="dataList">
|
|
|
<el-table-column
|
|
|
prop="thirdRelateId"
|
|
|
- label="云阅卷考试ID"
|
|
|
+ label="云阅卷考试"
|
|
|
min-width="160"
|
|
|
- ></el-table-column>
|
|
|
- <el-table-column
|
|
|
- prop="thirdRelateName"
|
|
|
- label="云阅卷考试名称"
|
|
|
- min-width="160"
|
|
|
- ></el-table-column>
|
|
|
+ >
|
|
|
+ <span slot-scope="scope">
|
|
|
+ {{ scope.row.thirdRelateId }}({{
|
|
|
+ scope.row.thirdRelateName | defaultFieldFilter
|
|
|
+ }})
|
|
|
+ </span></el-table-column
|
|
|
+ >
|
|
|
<el-table-column prop="courseName" label="课程(代码)" min-width="200">
|
|
|
<span slot-scope="scope">
|
|
|
{{ scope.row.courseName }}({{ scope.row.courseCode }})
|
|
@@ -55,6 +56,11 @@
|
|
|
label="试卷类型"
|
|
|
width="100"
|
|
|
></el-table-column>
|
|
|
+ <el-table-column prop="thirdRelateId" label="命题老师" min-width="160">
|
|
|
+ <span slot-scope="scope">
|
|
|
+ {{ scope.row.loginName }}({{ scope.row.realName }})
|
|
|
+ </span></el-table-column
|
|
|
+ >
|
|
|
<el-table-column prop="statusStr" label="状态" width="100">
|
|
|
<span
|
|
|
slot-scope="scope"
|