From 854bb992352772d3c69b47549a709ff57b4944bb Mon Sep 17 00:00:00 2001 From: suerwei <18810552194@163.com> Date: 星期四, 23 五月 2024 10:31:30 +0800 Subject: [PATCH] 管材管理_1 --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/navigate.html | 5 +++++ 1 files changed, 5 insertions(+), 0 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 66ef6ae..5c4fb2d 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 @@ -46,6 +46,11 @@ </div> <div class="box-header "> <div class="box-title"> + <i class="glyphicon glyphicon-retweet"></i> <a class="afont" th:href="@{/geo/TubLog(id=${project.ids})}" target="mainFrame" onclick="selected(this)">鏉愭枡绠$悊</a> + </div> + </div> + <div class="box-header "> + <div class="box-title"> <i class="glyphicon glyphicon-object-align-horizontal"></i> <a class="afont" th:href="@{/geo/projectData(id=${project.ids},type='1')}" target="mainFrame" onclick="selected(this)">璐ㄩ噺绠$悊</a> </div> </div> -- Gitblit v1.9.1