修改BUG:字典维护Code长度与数据库一致 closed #IUV4V

#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=IUV4V
#Comment
数据库是500,页面限制由50更改为500
This commit is contained in:
Argo Zhang 2019-03-31 17:41:58 +08:00
parent 36d60ab817
commit ee5a8cd74f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
</div>
<div class="form-group col-12">
<label class="control-label" for="dictCode">字典代码</label>
<input type="text" class="form-control flex-sm-fill" id="dictCode" placeholder="不可为空50字以内" maxlength="50" data-valid="true" />
<input type="text" class="form-control flex-sm-fill" id="dictCode" placeholder="不可为空500字以内" maxlength="500" data-valid="true" />
</div>
<div class="form-group form-group-dropdown col-12">
<label class="control-label" for="dictDefine">字典类型</label>