This commit is contained in:
aixianling
2023-04-28 11:52:19 +08:00
parent 927747e95d
commit c241d613fe

View File

@@ -3,7 +3,7 @@
<el-row type="flex">
<ai-table v-if="isShowPagination" ref="PendingTable" :tableData="tableData" :total="page.total" :current.sync="page.current"
:size.sync="page.size" class="fill" border height="330px" @getList="getTableData" tableSize="mini"
:col-configs="[{slot: 'resident'}]" layout="slot,->, prev, pager, next, jumper" :pagerCount="5">
:col-configs="[{slot: 'resident'}]" layout="slot,->, prev, pager, next, sizes" :pagerCount="5">
<el-table-column slot="resident" class="ai-table__header">
<template #header>
<b v-text="tableTitle"/>