This commit is contained in:
Taric Xin
2022-04-08 16:08:34 +08:00
parent 0b7e7b05c5
commit b568ac9dd2
15 changed files with 25 additions and 13 deletions

View File

@ -81,7 +81,7 @@
<div nz-col [nzXl]="6" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="orderST?.load(1)">查询</button>
<button nz-button (click)="resetSF(1)">重置</button>
<!-- <button nz-button> 导出</button> -->
<button nz-button (click)="exportList()"> 导出</button>
</div>
</div>