flx:修改校验

This commit is contained in:
Rain 2024-06-28 11:27:11 +08:00
parent b418037907
commit fc924c59f7

View File

@ -164,13 +164,13 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<!-- :page-sizes="pageSizeList" --> <!-- -->
<el-pagination <el-pagination
class="pagerBox" class="pagerBox"
@size-change="sizeChange" @size-change="sizeChange"
@current-change="currentChange" @current-change="currentChange"
:current-page="pagInfo.pageNo" :current-page="pagInfo.pageNo"
:page-sizes="pageSizeList"
:page-size="pagInfo.pageSize" :page-size="pagInfo.pageSize"
layout="total, sizes, prev, pager, next" layout="total, sizes, prev, pager, next"
:total="Number(pagInfo.total)" :total="Number(pagInfo.total)"