Skip to content

Commit

Permalink
disabled edit username
Browse files Browse the repository at this point in the history
  • Loading branch information
zcy1010 committed Aug 1, 2022
1 parent a31146d commit 1bab738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-portal/src/main/resources/static/user-manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
{{'UserMange.UserName' | translate }}
</label>
<div class="col-sm-5">
<input type="text" class="form-control" name="username" ng-model="user.username">
<input type="text" class="form-control" name="username" ng-model="user.username" ng-disabled="status==='3'">
</div>
</div>
<div class="form-group" valdr-form-group>
Expand Down

0 comments on commit 1bab738

Please sign in to comment.