From 3a06d7a3ac18fc44631512d0234832dca7921a4f Mon Sep 17 00:00:00 2001
From: suerwei <18810552194@163.com>
Date: 星期二, 21 五月 2024 14:08:25 +0800
Subject: [PATCH] 钻孔日志模块

---
 javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html
index 23dd7ae..b534f5f 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html
@@ -6,7 +6,7 @@
     <th:block th:include="include :: ztree-css" />
 <style>
 .active {
-    background: #3c8dbc;
+    background: #41aae7;
 }
  
 .active a {
@@ -31,6 +31,11 @@
             </div>
             <div class="box-header ">
                 <div class="box-title">
+                    <i class="glyphicon glyphicon-map-marker"></i> <a class="afont" th:href="@{/geo/holeLog(id=${project.ids})}" target="mainFrame" onclick="selected(this)">閽诲瓟鏃ュ織</a>
+                </div>
+            </div>
+            <div class="box-header ">
+                <div class="box-title">
                     <i class="glyphicon glyphicon-user"></i> <a class="afont" th:href="@{/geo/projectPerson(id=${project.ids})}" target="mainFrame" onclick="selected(this)">浜哄憳绠$悊</a>
                 </div>
             </div>
@@ -51,7 +56,7 @@
             </div>
             <div class="box-header ">
                 <div class="box-title">
-                    <i class="glyphicon glyphicon-th-list"></i> <a class="afont" th:href="@{/geo/projectData(id=${project.ids},type='3')}" target="mainFrame" onclick="selected(this)">鏂藉伐鐜板満绠$悊</a>
+                    <i class="glyphicon glyphicon-th-list"></i> <a class="afont" th:href="@{/geo/projectData/2(id=${project.ids},type='3')}" target="mainFrame" onclick="selected(this)">鏂藉伐鐜板満绠$悊</a>
                 </div>
             </div>
             <div class="box-header ">

--
Gitblit v1.9.1