master
duhui 2022-04-21 10:57:50 +08:00
parent c497a91f2d
commit b50f78dbfc
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<div th:each="key:${pos.getKey()}"> <div th:each="key:${pos.getKey()}">
<dl> <dl>
<dt> <dt>
<div th:if="${key.getId() == key.getBelong() && value.getShow() == 1}"> <div th:if="${key.getId() == key.getBelong() && key.getShow() == 1}">
<i class="Hui-iconfont">&#xe60d;</i> <i class="Hui-iconfont">&#xe60d;</i>
<span th:text="${key.getName()}"></span> <span th:text="${key.getName()}"></span>
<i class="Hui-iconfont menu_dropdown-arrow">&#xe6d5;</i> <i class="Hui-iconfont menu_dropdown-arrow">&#xe6d5;</i>