This commit is contained in:
wangshiming
2022-05-13 11:44:32 +08:00
parent fc512cabc6
commit 9051e5a49f
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
</div>
<button nz-button nzDanger [nzLoading]="isLoading && st.loading" acl [acl-ability]="['TAX-ORDERREPORT-search']"
(click)="openDrawer()">筛选</button>
<button nz-button nzDanger acl [acl-ability]="['TAX_INVOICE_REPORT-export']"> 导出</button>
<button nz-button nzDanger acl [acl-ability]="['TAX_INVOICE_REPORT-export']" (click)="export()"> 导出</button>
<button nz-button *ngIf="selectedIndex && selectedIndex !== '2'" nz-dropdown [nzDropdownMenu]="menu"
nzPlacement="bottomLeft">
更多<i nz-icon nzType="down" nzTheme="outline"></i></button>