refactor: 部门维护描述字段大小调整为500与数据库一致

This commit is contained in:
Argo Zhang 2020-01-15 15:08:42 +08:00
parent 3562d92a9a
commit 47ca087360
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<div class="form-group col-sm-6">
<input type="hidden" id="groupID" />
<label class="control-label" for="groupDesc">部门描述</label>
<input type="text" class="form-control" id="groupDesc" placeholder="描述信息(可为空)50字以内" maxlength="50" />
<input type="text" class="form-control" id="groupDesc" placeholder="描述信息(可为空)500字以内" maxlength="500" />
</div>
</div>
</form>