表格组件增加数据总行数显示

This commit is contained in:
孟帅
2023-08-10 20:09:50 +08:00
parent 4069411156
commit 7fcf8fb73c
3 changed files with 10 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ export default {
listField: 'list',
// 接口返回总页数字段名
totalField: 'pageCount',
// 接口返回总行数字段名
itemCountField: 'totalCount',
},
//默认分页数量
defaultPageSize: 10,