edit
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<page-header-wrapper [title]="'交易流水'"> </page-header-wrapper>
|
||||
<!-- <page-header-wrapper [title]="'交易流水'"> </page-header-wrapper>
|
||||
|
||||
<nz-card class="search-box" nzBordered>
|
||||
<div nz-row nzGutter="8">
|
||||
@ -18,13 +18,17 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</nz-card>
|
||||
</nz-card> -->
|
||||
|
||||
<nz-card class="content-box pt-xl" nzBordered>
|
||||
<nz-card class="table-box">
|
||||
<div class="header_box">
|
||||
<label class="page_title"> <label class="driver">|</label> 交易流水</label>
|
||||
<div class="mr-sm">
|
||||
<button nz-button nzDanger [nzLoading]="service.http.loading" (click)="openDrawer()">筛选</button>
|
||||
<button nz-button nzDanger (click)="exportList()"> 导出</button>
|
||||
</div>
|
||||
</div>
|
||||
<st #st [data]="service.$api_get_account_blance" [columns]="columns" [req]="{ process: beforeReq }" [page]="{}"
|
||||
[loading]="false" [scroll]="{ x: '1200px' }">
|
||||
<ng-template st-row="amount">
|
||||
|
||||
</ng-template>
|
||||
[loading]="false" [scroll]="{ x: '1200px',y:scrollY }">
|
||||
</st>
|
||||
</nz-card>
|
||||
Reference in New Issue
Block a user