sgj
2026-01-20 ae7c4266892b1017ac5cb8a1c937c78fc9a7a6cd
fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html
@@ -34,8 +34,8 @@
                        </li>
                        <li>
                            所选库区:<select class="form-control"  name="deptId">
                            <option value="">所有</option>
                            <option th:each="dept : ${deptList}" th:value="${dept.id}" th:text="${dept.kqmc}">
                            <option th:each="dept : ${deptList}" th:value="${dept.id}" th:text="${dept.kqmc}"
                                    th:selected="${dept.id == defaultDeptId}">
                            </option>
                        </select>
                        </li>
@@ -45,9 +45,11 @@
                        </li>
                        <li class="select-time">
                            <label style="width: 100px">事件时间: </label>
                            <input type="text" class="time-input" style="width: 140px;" id="start" placeholder="开始时间" name="start"/>
                            <input type="text" class="time-input" style="width: 140px;" id="start"
                                   placeholder="开始时间" name="start"/>
                            <span>-</span>
                            <input type="text" class="time-input" style="width: 140px;" id="end" placeholder="结束时间" name="end"/>
                            <input type="text" class="time-input" style="width: 140px;" id="end" placeholder="结束时间"
                                   name="end"/>
                        </li>
                        <li>
                            <a class="btn btn-primary btn-rounded btn-sm" onclick="searchRecord()"><i