소스 검색

教育局账户新增两列展示数据

周玉佂 5 달 전
부모
커밋
a2fdbd23cd
1개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 20 0
      src/components/institutionManage/InstitutionInfo.vue

+ 20 - 0
src/components/institutionManage/InstitutionInfo.vue

@@ -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)">