edit
This commit is contained in:
@ -3,14 +3,13 @@
|
||||
<custom-element>
|
||||
<ng-container [ngSwitch]="selectedTab?.configType">
|
||||
<ng-container *ngSwitchCase="1">
|
||||
权限配置
|
||||
<app-enter-auth [enterpriseId]="businessId"> </app-enter-auth>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchCase="2">
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchDefault>
|
||||
<app-rate-change [businessId]="businessId" [configFullKey]="configFullKey"></app-rate-change>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchDefault>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
|
||||
</custom-element>
|
||||
</app-dynamic-setting-h5>
|
||||
Reference in New Issue
Block a user