弹窗限制字符数
parent
f25c4c6759
commit
7b2b5324a6
src/main/resources/templates/admin
|
@ -382,7 +382,7 @@
|
|||
<h4 class="modal-title" id="myModalLabel">您正在编辑项目编号</h4>
|
||||
</div>
|
||||
<div>
|
||||
<input type="text" id="newProjectNo" class="am-modal-prompt-input" placeholder="请输入项目编号"/>
|
||||
<input type="text" id="newProjectNo" class="am-modal-prompt-input" placeholder="请输入项目编号" maxlength="50"/>
|
||||
<input type="hidden" id="modelId" name="keywords" value=''/>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
Loading…
Reference in New Issue