后台-能力统计-非明细页面:建议隐藏掉右下角的分页

This commit is contained in:
guoyue 2022-10-26 19:39:42 +08:00
parent 355ee77e79
commit 6b509a61d2
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div class="block"> <div class="block" v-if="!detailFlag">
<el-pagination @current-change="handleCurrentChange" layout="total, prev, pager, next, jumper" <el-pagination @current-change="handleCurrentChange" layout="total, prev, pager, next, jumper"
:total="total" :page-size="pageSize" :current-page="currentPage"> :total="total" :page-size="pageSize" :current-page="currentPage">
</el-pagination> </el-pagination>