This commit is contained in:
wangshiming
2022-04-08 17:40:35 +08:00
parent 7d1dfbd558
commit 769f660e3a
10 changed files with 31 additions and 8 deletions

View File

@ -11,7 +11,7 @@
class="text-right">
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
<button nz-button (click)="resetSF()">重置</button>
<button nz-button> 导出</button>
<button nz-button (click)='exportList()'> 导出</button>
<button nz-button nzType="link" (click)="expandToggle()">
{{ !_$expand ? '展开' : '收起' }}
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>