This commit is contained in:
Lingzi
2022-03-14 14:09:03 +08:00
parent 8805564acc
commit 98281b6b3a
124 changed files with 417 additions and 355 deletions

View File

@ -17,7 +17,7 @@
<button
nz-button
nzType="primary"
[nzLoading]="service.http.loading"
[nzLoading]="false"
(click)="st?.load(1)"
acl
[acl-ability]="['LOGS-SUPPLY-LOGS-list']"
@ -36,7 +36,7 @@
[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"
[loading]="false"
[scroll]="{ y: '370px' }"
></st>
</nz-card>