This commit is contained in:
Taric Xin
2022-01-11 17:58:18 +08:00
parent 4c73584af7
commit 9d8da4f37e
4 changed files with 23 additions and 4 deletions

View File

@ -225,8 +225,7 @@
</se>
<se [col]="1" label="网络货运人" required>
<nz-select nzPlaceHolder="请选择" [(ngModel)]="networkTransporter">
<nz-option [nzValue]="1" nzLabel="Jack"></nz-option>
<nz-option [nzValue]="2" nzLabel="Lucy"></nz-option>
<nz-option [nzValue]="item.value" [nzLabel]="item.label" *ngFor="let item of ltdId"></nz-option>
</nz-select>
</se>
</div>