From cf614786f177f2b426f1c08e9a5870d05e2d203d Mon Sep 17 00:00:00 2001
From: zmk <496160012@qq.com>
Date: 星期六, 18 五月 2024 10:30:53 +0800
Subject: [PATCH] 提交代码
---
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html
index 884d9e4..cf01935 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html
@@ -55,7 +55,7 @@
<body class="white-bg">
<div id="container">
<p class="project-name">
- <span class="name-label">椤圭洰鍚嶇О锛�</span>
+ <span class="name-label">鍦哄湴鍚嶇О锛�</span>
<span class="name-val" th:text="${project.fullName}"></span>
</p>
<table class="basic-info">
@@ -70,13 +70,13 @@
<td colspan="7" th:text="${project.address}"></td>
</tr>
<tr>
- <td>椤圭洰鍚嶇О锛�</td>
+ <td>鍦哄湴鍚嶇О锛�</td>
<td colspan="5" th:text="${project.fullName}"></td>
- <td>椤圭洰缂栧彿锛�</td>
+ <td>鍦哄湴缂栧彿锛�</td>
<td th:text="${project.code}"></td>
</tr>
<tr>
- <td>鍕樻帰鐐逛釜鏁帮細</td>
+ <td>閽诲瓟涓暟锛�</td>
<td th:text="${project.holeNum}"></td>
<td>寮�濮嬫椂闂达細</td>
<td th:text="${#dates.format(project.createTime,'yyyy-MM-dd')}"></td>
@@ -86,9 +86,9 @@
<td th:text="${project.leaderName}"></td>
</tr>
</table>
- <div class="map-model">
- <button onclick="map()" type="button">鍦板浘妯″紡</button>
- </div>
+<!-- <div class="map-model">-->
+<!-- <button onclick="map()" type="button">鍦板浘妯″紡</button>-->
+<!-- </div>-->
</div>
<th:block th:include="include :: footer" />
<th:block th:include="include :: datetimepicker-js" />
--
Gitblit v1.9.1