fix bug
This commit is contained in:
		| @ -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> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user