欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

el表达式选中select的option

程序员文章站 2022-04-07 19:09:12
...
<select caption="异常类型" name="exception_value" >
    <option value="0" ${map.exception_value == 0?"selected":""}>全部</option>
    <option value="1" ${map.exception_value == 1?"selected":""}>起飞未结束</option>
    <option value="2" ${map.exception_value == 2?"selected":""}>起飞未开始</option>
</select>

 

相关标签: el