fix: 修复店铺用户列表未展示统计数据和跳转充值记录,增加充值记录页面

This commit is contained in:
2025-03-25 00:51:02 +08:00
parent f085516959
commit 87f000299c
6 changed files with 513 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ const contentConfig: IContentConfig<any> = {
pagination: {
background: true,
layout: "prev,pager,next,jumper,total,sizes",
pageSize: 20,
pageSize: 10,
pageSizes: [10, 20, 30, 50],
},
indexAction: function (params: getListRequest) {
@@ -96,7 +96,8 @@ const contentConfig: IContentConfig<any> = {
name: "more",
text: "更多",
options: [
{ label: '增减余额', command: 'change-money' }
{ label: '增减余额', command: 'change-money' },
{ label: '充值记录', command: 'charge-list' },
]
},
],