|
<td th:text=" ${#strings.contains(item.get('price'),'.00')} ? ${#numbers.formatDecimal(item.get('price'),1,0)} : ${#numbers.formatDecimal(item.get('price'),1,2)} " style="color: red;"></td>
|
|
<td th:text=" ${#strings.contains(item.get('price'),'.00')} ? ${#numbers.formatDecimal(item.get('price'),1,0)} : ${#numbers.formatDecimal(item.get('price'),1,2)} " style="color: red;"></td>
|
|
<td th:text="${#calendars.format(item.get('create_time'),'yyyy-MM-dd HH:mm')}" ></td>
|
|
<td th:text="${#calendars.format(item.get('create_time'),'yyyy-MM-dd HH:mm')}" ></td>
|