BUG 352
This commit is contained in:
		| @@ -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"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user