refactor: 部门维护描述字段大小调整为500与数据库一致
This commit is contained in:
parent
3562d92a9a
commit
47ca087360
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue