Browse Source

2023-02-17 update

1. 考培档案 增加通过人数列
moccus 1 năm trước cách đây
mục cha
commit
69bbede76c
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      exam-06173-vue/src/views/admin/stat/total/archives.vue

+ 6 - 0
exam-06173-vue/src/views/admin/stat/total/archives.vue

@@ -85,6 +85,12 @@
             align="center"
             sortable
           />
+          <el-table-column
+            prop="eePassUser"
+            label="通过人数"
+            align="center"
+            sortable
+          />
           <el-table-column prop="ksl" label="考试率" sortable align="center">
             <template slot-scope="scope">{{scope.row.ksl}}%</template>
           </el-table-column>