This commit is contained in:
Taric Xin
2021-12-27 21:00:35 +08:00
parent 8ead989ec1
commit 1454acc726
8 changed files with 122 additions and 96 deletions

View File

@ -22,7 +22,7 @@
</nz-card>
<nz-card class="content-box">
<st #st [data]="service.$mock_url" [columns]="columns"
<st #st [data]="service.$api_get_account_balance" [columns]="columns"
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"