Browse Source

vue 20241224 页面 修改

贾小兵 5 months ago
parent
commit
29ef87ff5d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      ruoyi-ui/src/views/peoples/trains/index.vue

+ 5 - 5
ruoyi-ui/src/views/peoples/trains/index.vue

@@ -116,7 +116,7 @@
 
         <el-table v-loading="loading" :data="userList" @selection-change="handleSelectionChange">
           <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="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>
       <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 slot="footer" class="dialog-footer" style="margin-top: 10%;">