This commit is contained in:
yanran200730
2023-04-28 13:47:47 +08:00

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"/>