业务统计

This commit is contained in:
潘晓云
2022-02-24 20:10:36 +08:00
parent 607ee45d88
commit d370708e98
15 changed files with 212 additions and 23 deletions

View File

@ -2,7 +2,7 @@
</page-header-wrapper>
<ng-template #tpTab>
<nz-tabset [(nzSelectedIndex)]="selectedIndex" (nzSelectChange)="change($event)">
<nz-tabset [(nzSelectedIndex)]="selectedIndex">
<nz-tab [nzTitle]="item.name" *ngFor="let item of tabs">
</nz-tab>
</nz-tabset>

View File

@ -26,9 +26,7 @@ export class PartnerBusinessStatisticsIndexComponent implements OnInit {
constructor() { }
change(e: any) {
console.log(this.selectedIndex);
}
ngOnInit(): void { }