parent
c97736a3cb
commit
d2aeb1b34c
|
@ -70,6 +70,7 @@
|
|||
</el-table-column>
|
||||
</el-table>
|
||||
<div class="page-btn-group">
|
||||
<div></div>
|
||||
<pagination :total="total" :page.sync="listQuery.page" :limit.sync="listQuery.limit" @pagination="getList" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<template>
|
||||
<keep-alive exclude="CorpUserList">
|
||||
<component :is="activeName" />
|
||||
</keep-alive>
|
||||
<div>
|
||||
<CardOverdueList v-show="activeName==='CardOverdueList'" />
|
||||
<CorpUserList v-if="activeName==='corpUserList'" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
<el-table-column :formatter="(row) => formatDictionaryLabel(row, '0')" prop="EMPLOYMENT_FORM" label="用工形式" />
|
||||
<el-table-column :formatter="(row) => formatDictionaryLabel(row, '1')" prop="SELECT_FORM" label="选取形式" />
|
||||
<el-table-column prop="ruserCount" label="持证人员数"/>
|
||||
<el-table-column prop="userCount" label="证书数"/>
|
||||
<el-table-column prop="specialUserCount" label="证书数"/>
|
||||
<el-table-column label="操作" align="left" width="110">
|
||||
<template slot-scope="{row}">
|
||||
<el-button type="success" icon="el-icon-view" size="mini" @click="toCorpUserPage(row.CORPINFO_ID)">查看</el-button>
|
||||
|
|
Loading…
Reference in New Issue