|
@@ -117,6 +117,26 @@
|
|
|
</el-switch>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="allRegisterNum"
|
|
|
+ label="注册人数"
|
|
|
+ min-width="2"
|
|
|
+ align="center"
|
|
|
+ >
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- {{0}}-->
|
|
|
+<!-- </template>-->
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="allTestNum"
|
|
|
+ label="总测试次数"
|
|
|
+ min-width="2"
|
|
|
+ align="center"
|
|
|
+ >
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- {{0}}-->
|
|
|
+<!-- </template>-->
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="操作" min-width="3" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="primary" size="small" @click="viewDetail(scope.row)">
|