记得上下班打卡 | git大法好,push需谨慎

Commit 7e4cbda6 authored by 姜秀龙's avatar 姜秀龙

场次限购-admin 优化

parent 55153942
......@@ -119,9 +119,9 @@
</div>
<div class="panel-footer">
<label>场次实名限购:</label>
<span th:each="dict : ${kylinPerformanceMisVo.ticketTimes}"
<span th:each="dict, iterStat : ${kylinPerformanceMisVo.ticketTimes}"
th:if="${dict.realNameLimit == 1}"
th:text="${#strings.substring(dict.title, 0, 10)} + ' '">
th:text="${#strings.replace(#strings.replace(dict.title, ' 00:00', ''), ' 00:00', '')} + ${iterStat.last ? '' : '; '}">
</span>
<span th:if="${#lists.isEmpty(kylinPerformanceMisVo.ticketTimes.?[realNameLimit == 1])}"></span>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment