This commit is contained in:
wangshiming
2022-03-02 17:37:11 +08:00
parent 67e54f2a13
commit 60d00f960c
3 changed files with 18 additions and 9 deletions

View File

@ -212,6 +212,10 @@
</sv-container>
</nz-card>
<nz-card nzTitle="操作日志">
<st #st [data]="i?.auditRecordList" [columns]="logColumns" [ps]="0" [page]="{ show: false, showSize: false }"> </st>
<st #st [data]="service.$api_getOperationLogRecordsList" [columns]="logColumns"
[page]="{ show: false, showSize: false }"
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"
[res]="{ reName: { list: 'data.records', total: 'data.total' } }">
</st>
</nz-card>
</div>