This commit is contained in:
wangshiming
2022-04-09 14:38:10 +08:00
parent a39438d7dd
commit 155ca06ef3
4 changed files with 7 additions and 2 deletions

View File

@ -33,7 +33,7 @@
</div>
<div nz-col [nzSpan]="_$expand ? 24 : 6" [class.text-right]="_$expand">
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="search()" acl [acl-ability]="['INSURANCE-LIST-search']">查询</button>
<button nz-button nzType="primary" [disabled]="false" acl [acl-ability]="['INSURANCE-LIST-export']">导出</button>
<button nz-button nzType="primary" [disabled]="false" acl [acl-ability]="['INSURANCE-LIST-export']" (click)="exprot()">导出</button>
<button nz-button [disabled]="false" (click)="resetSF()">重置</button>
<button nz-button nzType="link" (click)="expandToggle()">
{{ !_$expand ? '展开' : '收起' }}