If judgment in tymeleaf template

The application of if judgment in tymeleaf template is as follows:

 

<td th:if="${m.flag==null && m.orderState!='已撤回' && m.orderState!='已删除' && m.orderState!='已驳回'}"><button>测试</button></td>

 

Guess you like

Origin blog.csdn.net/shuoshuo_12345/article/details/90768153