From 85c867db36989f6ec7fe3962fad72665bc97d2ed Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期二, 16 十二月 2025 14:38:23 +0800
Subject: [PATCH] 相关调整1
---
fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html b/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html
index 72e6de3..d91d35c 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html
@@ -223,6 +223,13 @@
width: 100%;
height: 100%;
}
+ .dept{
+ margin-left: 150px;
+ font-size: 16px;
+ color: #FFFFFF;
+ width: 400px;
+ padding-top: 8px;
+ }
</style>
</head>
@@ -238,6 +245,10 @@
<h3>
<i></i>瑙嗛瀹炴椂棰勮
</h3>
+ <div id="deptList" class="dept" onclick="showDepotAreaSelect()">
+ <img style="width: 18px" th:src="@{/img/web/security/qh.png}"/>
+ [[${#strings.defaultString(dept.deptName, '-')}]]
+ </div>
<div class="fenping_icon">
<img onclick="fenping(1)" id="f_1" style="width: 30px" th:src="@{/img/web/group/fp_1_active.png}"/>
<img onclick="fenping(4)" id="f_4" style="width: 30px" th:src="@{/img/web/group/fp_4.png}"/>
@@ -419,6 +430,8 @@
<script th:inline="javascript">
var listCamera = [[${listCamera}]];
+ var showDeptList = [[${showDeptList}]];
+ var type = [[${type}]];
</script>
<script th:src="@{/js/jquery.min.js}"></script>
<script th:src="@{/ajax/libs/layui/layui.js}"></script>
--
Gitblit v1.9.3