|
@@ -4,7 +4,7 @@
|
|
|
:visible.sync="modalIsShow"
|
|
|
title="详情信息"
|
|
|
top="10vh"
|
|
|
- width="620px"
|
|
|
+ width="900px"
|
|
|
:close-on-click-modal="false"
|
|
|
:close-on-press-escape="false"
|
|
|
append-to-body
|
|
@@ -13,11 +13,9 @@
|
|
|
<el-table ref="TableList" :data="contents">
|
|
|
<el-table-column prop="clazzName" label="班级"></el-table-column>
|
|
|
<el-table-column prop="examPrintPlanName" label="印刷计划">
|
|
|
- <span slot-scope="scope">{{ scope.row.examPrintPlanName }}</span>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="paperNumber" label="试卷编号">
|
|
|
- <span slot-scope="scope">{{ scope.row.paperNumber }}</span>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="paperNumber" label="试卷编号"> </el-table-column>
|
|
|
+ <el-table-column prop="printCount" label="总印份数"> </el-table-column>
|
|
|
<el-table-column prop="status" label="状态">
|
|
|
<span slot-scope="scope">
|
|
|
{{ STATUS_TYPE[scope.row.status] }}
|