车辆对接
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
</div>
|
||||
<div nz-col [nzSpan]="_$expand ? 24 : 6" class="text-right">
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
||||
<button nz-button nzType="primary" [disabled]="service.http.loading" (click)="export()">导出</button>
|
||||
<button nz-button nzType="primary" [disabled]="service.http.loading" (click)="exportFire()">导出</button>
|
||||
<button nz-button [disabled]="service.http.loading"(click)="resetSF()">重置</button>
|
||||
<button nz-button nzType="link" (click)="expandToggle()">
|
||||
{{ !_$expand ? '展开' : '收起' }}
|
||||
|
||||
Reference in New Issue
Block a user