Skip to content

Commit

Permalink
提交租户信息。
Browse files Browse the repository at this point in the history
  • Loading branch information
ltm0203 committed Nov 5, 2018
1 parent b314e57 commit b761520
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<nz-form-item>
<nz-form-control nzHasFeedback>
<nz-input-group nzPrefixIcon="anticon anticon-user">
<input nz-input name="name" #name="ngModel" [(ngModel)]="model.name" [placeholder]="l('Name')" required
maxlength="32">
<input nz-input name="name" #name="ngModel" [(ngModel)]="model.name" [placeholder]="l('UserName')"
required maxlength="32">
</nz-input-group>
<nz-form-explain *ngIf="name.control.dirty&&name.control.errors">
<ng-container *ngIf="name.control.hasError('required')">{{l('CanNotNull')}}</ng-container>
Expand Down

0 comments on commit b761520

Please sign in to comment.