| | |
| | | </select> |
| | | </li> |
| | | <li th:if="${viewType == '1'}" style="display: flex"> |
| | | <label>事件名称:</label> |
| | | <input class="form-control" type="text" name="name" placeholder="请输入事件名称"> |
| | | <label>事件标签:</label> |
| | | <input class="form-control" type="text" name="name" placeholder="请输入事件标签"> |
| | | </li> |
| | | <li class="select-time"> |
| | | <label style="width: 100px">事件时间: </label> |
| | |
| | | </div> |
| | | |
| | | <!-- 分页控件 --> |
| | | <div class="pagination-container" th:if="${not #lists.isEmpty(eventInfoList)}"> |
| | | <div class="pagination-container" id="paginationContainer"> |
| | | <div id="pagination"></div> |
| | | </div> |
| | | </div> |