edit
This commit is contained in:
@ -14,10 +14,10 @@
|
|||||||
<h2 style="font-weight: 800;">{{selectedTab?.name}}</h2>
|
<h2 style="font-weight: 800;">{{selectedTab?.name}}</h2>
|
||||||
<div nz-row nzGutter="8">
|
<div nz-row nzGutter="8">
|
||||||
<div nz-col nzSpan="24" se-container [labelWidth]="labelWidth">
|
<div nz-col nzSpan="24" se-container [labelWidth]="labelWidth">
|
||||||
<se col="1">
|
<!-- <se col="1">
|
||||||
<app-freight-table></app-freight-table>
|
<app-freight-table></app-freight-table>
|
||||||
</se>
|
</se> -->
|
||||||
<!-- <se [label]="item.name" *ngFor="let item of configList" col="1">
|
<se [label]="item.name" *ngFor="let item of configList" col="1">
|
||||||
<ng-container [ngSwitch]="item.itemType">
|
<ng-container [ngSwitch]="item.itemType">
|
||||||
<ng-container *ngSwitchCase="1">
|
<ng-container *ngSwitchCase="1">
|
||||||
<nz-input-group [nzAddOnAfter]="item.remark?.afterLable" style="width: 155px;"
|
<nz-input-group [nzAddOnAfter]="item.remark?.afterLable" style="width: 155px;"
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
</se> -->
|
</se>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user