|
@@ -65,8 +65,7 @@
|
65
|
65
|
<nz-form-item>
|
66
|
66
|
<nz-form-label [nzSm]="6" [nzXs]="24" nzRequired nzFor="matchType">匹配方式</nz-form-label>
|
67
|
67
|
<nz-form-control nzErrorTip="请选择匹配方式!">
|
68
|
|
- <nz-select [nzDropdownMatchSelectWidth]="false" formControlName="matchType" nzShowSearch nzAllowClear
|
69
|
|
- nzPlaceHolder="请选择匹配方式" nzServerSearch (nzOpenChange)="changeFormEnd($event)">
|
|
68
|
+ <nz-select [nzDropdownMatchSelectWidth]="false" formControlName="matchType" nzShowSearch nzPlaceHolder="请选择匹配方式">
|
70
|
69
|
<ng-container *ngFor="let data of matchTypes">
|
71
|
70
|
<nz-option *ngIf="!isLoading" nzLabel="{{data.name}}" nzValue="{{data.id}}">
|
72
|
71
|
</nz-option>
|
|
@@ -92,5 +91,5 @@
|
92
|
91
|
</div>
|
93
|
92
|
<!-- 操作成功/失败提示框 -->
|
94
|
93
|
<app-prompt-modal [content]="promptModal.content" [success]="promptModal.success" [show]="promptModal.show"
|
95
|
|
- [info]="promptInfo">
|
|
94
|
+ [info]="promptModal.info">
|
96
|
95
|
</app-prompt-modal>
|