This commit is contained in:
Taric Xin
2022-01-18 17:55:52 +08:00
parent d37c5ac2b0
commit 3ce3677b86
4 changed files with 50 additions and 37 deletions

View File

@ -33,10 +33,10 @@
</div>
</div>
<st #st [data]="service.$api_get_payment_page" [columns]="columns"
<st #st [data]="service.$api_get_receipt_page" [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] }"
[loading]="service.http.loading" [scroll]="{ x:'1200px',y: '370px' }" (change)="stChange($event)">
[loading]="service.http.loading" [scroll]="{ x:'1200px',y: '450px' }" (change)="stChange($event)">
</st>
</nz-card>