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/add.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/add.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/add.html
index 40d1431..df294da 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/add.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/add.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>
@@ -9,14 +9,14 @@
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
<form class="form-horizontal m" id="form-project-add">
<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" class="form-control" required 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" class="form-control" required type="text">
</div>
@@ -46,7 +46,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" class="form-control" type="text">
</div>
@@ -67,14 +67,14 @@
<div class="form-group">
<label class="col-sm-3 control-label">寮�濮嬫椂闂达細</label>
<div class="col-sm-8">
- <input name="startTime" type="text" class="form-control" id="start-time" placeholder="閫夋嫨椤圭洰璧峰鏃堕棿">
+ <input name="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" type="text" class="form-control" id="end-time" placeholder="閫夋嫨椤圭洰缁撴潫鏃堕棿">
+ <input name="endTime" type="text" class="form-control" id="end-time" placeholder="閫夋嫨鍦哄湴缁撴潫鏃堕棿">
</div>
</div>
--
Gitblit v1.9.1