| | |
| | | </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 class="gallery-meta"> |
| | | <div style="display: flex; align-items: center; gap: 15px;width: 100%"> |
| | | <div class="meta-item" style="width: 50%"> |
| | | <div class="meta-item" style="min-width: 60%"> |
| | | <i class="layui-icon layui-icon-video"></i> |
| | | <span th:text="${eventInfo.serId}"></span> |
| | | </div> |
| | | <div class="meta-item" style="width: 50%"> |
| | | <div class="meta-item" style="min-width: 40%"> |
| | | <i class="layui-icon layui-icon-date"></i> |
| | | <span th:text="${eventInfo.time != null ? #dates.format(eventInfo.time, 'yyyy-MM-dd HH:mm') : '无时间'}"></span> |
| | | </div> |
| | |
| | | </div> |
| | | |
| | | <!-- 分页控件 --> |
| | | <div class="pagination-container" th:if="${not #lists.isEmpty(eventInfoList)}"> |
| | | <div class="pagination-container" id="paginationContainer"> |
| | | <div id="pagination"></div> |
| | | </div> |
| | | </div> |