This commit is contained in:
Taric Xin
2022-01-13 15:10:02 +08:00
parent 6d8cf857fb
commit 074093760e
5 changed files with 73 additions and 9 deletions

View File

@ -0,0 +1,6 @@
<st #st [data]="url" [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]="{ y: '370px' }">
</st>