From 35b0e1f75db13863e5d0a6c95b5e13a4cec47d14 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 31 十二月 2025 15:01:25 +0800
Subject: [PATCH] 更新框架中库区下拉选择

---
 fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html |   11 -----------
 1 files changed, 0 insertions(+), 11 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 d91d35c..f684a75 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,13 +223,6 @@
             width: 100%;
             height: 100%;
         }
-        .dept{
-            margin-left: 150px;
-            font-size: 16px;
-            color: #FFFFFF;
-            width: 400px;
-            padding-top: 8px;
-        }
     </style>
 </head>
 
@@ -245,10 +238,6 @@
                             <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}"/>

--
Gitblit v1.9.3