|
@@ -116,7 +116,7 @@
|
|
|
|
|
|
<el-table v-loading="loading" :data="userList" @selection-change="handleSelectionChange">
|
|
<el-table v-loading="loading" :data="userList" @selection-change="handleSelectionChange">
|
|
<el-table-column type="selection" width="50" align="center" />
|
|
<el-table-column type="selection" width="50" align="center" />
|
|
- <!-- <el-table-column label="编号" align="center" key="userId" prop="userId" v-if="columns[0].visible" /> -->
|
|
|
|
|
|
+ <el-table-column label="编号" align="center" key="userId" prop="userId" v-if="columns[0].visible" width="80"/>
|
|
<el-table-column label="练习名称" align="center" key="userName1" prop="userName1" v-if="columns[1].visible" :show-overflow-tooltip="true" />
|
|
<el-table-column label="练习名称" align="center" key="userName1" prop="userName1" v-if="columns[1].visible" :show-overflow-tooltip="true" />
|
|
<el-table-column label="练习时间" align="center" key="kaoshiTime" prop="kaoshiTime" v-if="columns[2].visible" :show-overflow-tooltip="true" />
|
|
<el-table-column label="练习时间" align="center" key="kaoshiTime" prop="kaoshiTime" v-if="columns[2].visible" :show-overflow-tooltip="true" />
|
|
|
|
|
|
@@ -310,10 +310,10 @@
|
|
|
|
|
|
<h4 class="h4" style="font-size: 16px;font-weight: bold;margin-left: 2%;">统计情况</h4>
|
|
<h4 class="h4" style="font-size: 16px;font-weight: bold;margin-left: 2%;">统计情况</h4>
|
|
<div class="shixiang">
|
|
<div class="shixiang">
|
|
- <div>本次考试班级数量:2</div>
|
|
|
|
- <div>计划参加考试学员数量:34</div>
|
|
|
|
- <div>每批次考试学员数量:34</div>
|
|
|
|
- <div>计划考试批次:5</div>
|
|
|
|
|
|
+ <div>本次练习区队数量:2</div>
|
|
|
|
+ <div>计划参加练习学员数量:34</div>
|
|
|
|
+ <div>每批次练习学员数量:34</div>
|
|
|
|
+ <div>计划练习批次:5</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div slot="footer" class="dialog-footer" style="margin-top: 10%;">
|
|
<div slot="footer" class="dialog-footer" style="margin-top: 10%;">
|