This commit is contained in:
Taric Xin
2022-03-03 10:05:47 +08:00
parent 60dff3a432
commit c37bbdaf56
4 changed files with 36 additions and 3 deletions

View File

@ -72,6 +72,11 @@
<nz-option [nzValue]="item.value" [nzLabel]="item.label" *ngFor="let item of roles"></nz-option>
</nz-select>
</se>
<se [col]="1" label="客服人员" required>
<nz-select nzPlaceHolder="请选择" [(ngModel)]="customerServiceId">
<nz-option [nzValue]="item.value" [nzLabel]="item.label" *ngFor="let item of customerServices"></nz-option>
</nz-select>
</se>
</div>
</div>
</ng-template>