|
@@ -68,11 +68,30 @@
|
|
width="70"
|
|
width="70"
|
|
:index="indexMethod"
|
|
:index="indexMethod"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ prop="semesterName"
|
|
|
|
+ label="学期"
|
|
|
|
+ min-width="160"
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ prop="examName"
|
|
|
|
+ label="考试"
|
|
|
|
+ min-width="160"
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ prop="paperNumber"
|
|
|
|
+ label="试卷编号"
|
|
|
|
+ min-width="100"
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column prop="courseName" label="课程(代码)" min-width="200">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{ scope.row.courseName }}({{ scope.row.courseCode }})
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="thirdRelateId"
|
|
prop="thirdRelateId"
|
|
label="云阅卷考试ID"
|
|
label="云阅卷考试ID"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
- <el-table-column prop="objectId" label="同步对象ID"></el-table-column>
|
|
|
|
<el-table-column prop="type" label="类别"></el-table-column>
|
|
<el-table-column prop="type" label="类别"></el-table-column>
|
|
<el-table-column prop="status" label="状态" width="100">
|
|
<el-table-column prop="status" label="状态" width="100">
|
|
</el-table-column>
|
|
</el-table-column>
|