修改BUG:修正显示名称Lable for属性

This commit is contained in:
Argo-MacBookPro 2018-08-04 14:24:26 +08:00
parent 5a12ae6a1c
commit 1c99b4b235
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<input type="text" class="form-control" id="userName" placeholder="不可为空50字以内" minlength="4" maxlength="50" remote="api/New/" data-remote-msg="此用户已存在" data-valid="true" />
</div>
<div class="form-group col-sm-6">
<label class="control-label" for="userName">显示名称</label>
<label class="control-label" for="displayName">显示名称</label>
<input type="text" class="form-control" id="displayName" placeholder="不可为空50字以内" maxlength="50" data-valid="true" />
</div>
<div class="form-group col-sm-6">