From 8d00f769c1e5113e714cbb5e39752d1cf705f5aa Mon Sep 17 00:00:00 2001
From: zmk <496160012@qq.com>
Date: 星期一, 20 五月 2024 18:56:12 +0800
Subject: [PATCH] 提交代码
---
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html
index ba3a6f5..ef256ce 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/edit.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
<head>
- <th:block th:include="include :: header('淇敼椤圭洰')" />
+ <th:block th:include="include :: header('淇敼鍦哄湴')" />
<th:block th:include="include :: select2-css" />
<th:block th:include="include :: datetimepicker-css" />
</head>
@@ -10,13 +10,13 @@
<form class="form-horizontal m" id="form-project-edit" th:object="${project}">
<input name="ids" th:field="*{ids}" type="hidden">
<div class="form-group">
- <label class="col-sm-3 control-label">椤圭洰缂栧彿锛�</label>
+ <label class="col-sm-3 control-label">鍦哄湴缂栧彿锛�</label>
<div class="col-sm-8">
<input name="code" th:field="*{code}" class="form-control" type="text">
</div>
</div>
<div class="form-group">
- <label class="col-sm-3 control-label">椤圭洰鍚嶇О锛�</label>
+ <label class="col-sm-3 control-label">鍦哄湴鍚嶇О锛�</label>
<div class="col-sm-8">
<input name="fullName" th:field="*{fullName}" class="form-control" type="text">
</div>
@@ -42,7 +42,7 @@
</div>
</div>
<div class="form-group">
- <label class="col-sm-3 control-label">椤圭洰璐熻矗浜猴細</label>
+ <label class="col-sm-3 control-label">鍦哄湴璐熻矗浜猴細</label>
<div class="col-sm-8">
<input name="leader" th:field="*{leader}" class="form-control" type="text">
</div>
@@ -64,14 +64,14 @@
<div class="form-group">
<label class="col-sm-3 control-label">寮�濮嬫椂闂达細</label>
<div class="col-sm-8">
- <input name="startTime" th:field="*{startTime}" type="text" class="form-control" id="start-time" placeholder="閫夋嫨椤圭洰璧峰鏃堕棿">
+ <input name="startTime" th:field="*{startTime}" type="text" class="form-control" id="start-time" placeholder="閫夋嫨鍦哄湴璧峰鏃堕棿">
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">缁撴潫鏃堕棿锛�</label>
<div class="col-sm-8">
- <input name="endTime" th:field="*{endTime}" type="text" class="form-control" id="end-time" placeholder="閫夋嫨椤圭洰缁撴潫鏃堕棿">
+ <input name="endTime" th:field="*{endTime}" type="text" class="form-control" id="end-time" placeholder="閫夋嫨鍦哄湴缁撴潫鏃堕棿">
</div>
</div>
--
Gitblit v1.9.1