修复id重复导致时间日期框失效的问题

This commit is contained in:
anjie 2020-06-22 00:17:10 +08:00
parent 65e58773e5
commit cd3f027978
1 changed files with 7 additions and 7 deletions

View File

@ -44,9 +44,9 @@
#elseif($column.htmlType == "datetime") #elseif($column.htmlType == "datetime")
<li class="select-time"> <li class="select-time">
<label>${comment}</label> <label>${comment}</label>
<input type="text" class="time-input" id="startTime" placeholder="开始时间" name="params[begin${AttrName}]"/> <input type="text" class="time-input" placeholder="开始时间" name="params[begin${AttrName}]"/>
<span>-</span> <span>-</span>
<input type="text" class="time-input" id="endTime" placeholder="结束时间" name="params[end${AttrName}]"/> <input type="text" class="time-input" placeholder="结束时间" name="params[end${AttrName}]"/>
</li> </li>
#end #end
#end #end