jeecg easyui t:formvalid不能正常显示

我在使用jeecg easyui t:formvalid标签实现表单验证,显示的不正确,应该是easyui提前渲染的问题,
图片说明
查看了一下源代码:

 <div class="form"><label class="Validform_label"> 图标类型: </label> <select name="iconType" id="iconType">
        <option value="1" <c:if test="false">selected="selected"</c:if>>系统图标</option>
        <option value="2" <c:if test="false">selected="selected"</c:if>>菜单图标</option>
    </select></div>

希望得到解答,万分感谢。