edit
This commit is contained in:
@ -14,7 +14,10 @@
|
||||
<h2 style="font-weight: 800;">{{selectedTab?.name}}</h2>
|
||||
<div nz-row nzGutter="8">
|
||||
<div nz-col nzSpan="24" se-container [labelWidth]="labelWidth">
|
||||
<se [label]="item.name" *ngFor="let item of configList" col="1">
|
||||
<se col="1">
|
||||
<app-freight-table></app-freight-table>
|
||||
</se>
|
||||
<!-- <se [label]="item.name" *ngFor="let item of configList" col="1">
|
||||
<ng-container [ngSwitch]="item.itemType">
|
||||
<ng-container *ngSwitchCase="1">
|
||||
<nz-input-group [nzAddOnAfter]="item.remark?.afterLable" style="width: 155px;"
|
||||
@ -61,24 +64,7 @@
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
|
||||
<!-- <ng-container *ngFor="let item of item.extend">
|
||||
<ng-container [ngSwitch]="item">
|
||||
<ng-container *ngSwitchCase="1">
|
||||
<button nz-button nzType="default">配置网络货运</button>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchCase="2">
|
||||
<button nz-button nzType="default">配置货主</button>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchCase="3">
|
||||
<button nz-button nzType="default">配置司机</button>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchCase="4">
|
||||
<button nz-button nzType="default">配置车队长</button>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchDefault></ng-container>
|
||||
</ng-container>
|
||||
</ng-container> -->
|
||||
</se>
|
||||
</se> -->
|
||||
</div>
|
||||
</div>
|
||||
</nz-card>
|
||||
|
||||
Reference in New Issue
Block a user