修改BUG:字典维护Code长度与数据库一致 closed #IUV4V
#Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=IUV4V #Comment 数据库是500,页面限制由50更改为500
This commit is contained in:
parent
36d60ab817
commit
ee5a8cd74f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue