业务统计
This commit is contained in:
@ -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>
|
||||
|
||||
@ -26,9 +26,7 @@ export class PartnerBusinessStatisticsIndexComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
|
||||
change(e: any) {
|
||||
console.log(this.selectedIndex);
|
||||
}
|
||||
|
||||
ngOnInit(): void { }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user