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

Commit 944eb0f2 authored by 胡佳晨's avatar 胡佳晨

修改 会员适用时间文案 统计增加 useEnd

parent 87dc31d1
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<div class="cell" th:text="${@dict.getLabel('zhengzai_ticket_type',respBean.type)}">0</div> <div class="cell" th:text="${@dict.getLabel('zhengzai_ticket_type',respBean.type)}">0</div>
</td> </td>
<td> <td>
<div class="cell" th:text="${respBean.useStart}">2021-03-06</div> <div class="cell" th:text="${respBean.useStart} - ${respBean.useEnd}">2021-03-06</div>
</td> </td>
<td> <td>
<div class="cell" th:text="${respBean.saleGeneral}">0</div> <div class="cell" th:text="${respBean.saleGeneral}">0</div>
...@@ -163,4 +163,4 @@ ...@@ -163,4 +163,4 @@
</div> </div>
<th:block th:include="include :: footer" /> <th:block th:include="include :: footer" />
</body> </body>
</html> </html>
\ No newline at end of file
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