Skip to content

Commit

Permalink
Merge pull request #153 from zzcjh/master
Browse files Browse the repository at this point in the history
修改过滤规则组件
  • Loading branch information
gmf520 authored Apr 16, 2020
2 parents 531407d + 7e07434 commit da85cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ng-template #NotEnum>
<!--用户类型-->
<ng-container *ngIf="property.IsUserFlag&&rule.Operate==3; else NotUser">
<nz-select [(ngModel)]="rule.Value" nzMode="tags" nzMaxMultipleCount="1" (ngModelChange)="onTagsChangeEvent($event)" nzSize="small">
<nz-select [(ngModel)]="rule.Value" nzSize="small">
<nz-option nzValue="@CurrentUserId" nzLabel="@当前用户"></nz-option>
</nz-select>
</ng-container>
Expand Down

0 comments on commit da85cd3

Please sign in to comment.