This commit is contained in:
Taric Xin
2022-02-17 20:24:06 +08:00
parent b729574342
commit 7a24657bc1
2 changed files with 17 additions and 5 deletions

View File

@ -24,7 +24,7 @@
<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 [label]="item.name" *ngFor="let item of configList" col="1" [required]="item.requiredField" >
<ng-container [ngSwitch]="item.itemType">
<ng-container *ngSwitchCase="1">
<nz-input-group [nzAddOnAfter]="item.remark?.afterLable" style="width: 155px;"