From a999c9084ba7b6f410a9743da11c8ce469cdf41b Mon Sep 17 00:00:00 2001
From: suerwei <18810552194@163.com>
Date: 星期五, 17 五月 2024 15:35:11 +0800
Subject: [PATCH] 修改钻孔

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

diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/project.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/project.html
index 27e3e93..81b12f8 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/project.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/project.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 <head>
-    <th:block th:include="include :: header('椤圭洰鍒楄〃')" />
+    <th:block th:include="include :: header('鍦哄湴鍒楄〃')" />
 </head>
 <body class="gray-bg">
      <div class="container-div">
@@ -12,11 +12,11 @@
                         <ul>
        
                             <li>
-                                <p>椤圭洰鍚嶇О锛�</p>
+                                <p>鍦哄湴鍚嶇О锛�</p>
                                 <input type="text" name="fullName"/>
                             </li>
                             <li>
-                                <p>椤圭洰缂栧彿锛�</p>
+                                <p>鍦哄湴缂栧彿锛�</p>
                                 <input type="text" name="code"/>
                             </li>
                             <li>
@@ -57,18 +57,18 @@
                 updateUrl: prefix + "/edit/{id}",
                 removeUrl: prefix + "/remove",
                 exportUrl: prefix + "/export",
-                modalName: "椤圭洰",
+                modalName: "鍦哄湴",
                 columns: [{
                     checkbox: true
                 },
                 {
                         field : 'code',
-                        title : '椤圭洰缂栧彿',
+                        title : '鍦哄湴缂栧彿',
                         sortable:true
                 },
                 {
                     field : 'fullName', 
-                    title : '椤圭洰鍚嶇О',
+                    title : '鍦哄湴鍚嶇О',
                     formatter: function(value, row, index) {
                       return '<a onclick="navigate(\'' + row.ids + '\')">'+row.fullName+'</a>'                    
                    },           
@@ -84,7 +84,7 @@
                 },
                 {
                     field : 'leaderName',
-                    title : '椤圭洰璐熻矗浜�'
+                    title : '鍦哄湴璐熻矗浜�'
                 },
                 {
                     field : 'createTime', 
@@ -92,7 +92,7 @@
                 },
                 {
                     field : 'status', 
-                    title : '椤圭洰鐘舵��',
+                    title : '鍦哄湴鐘舵��',
                     formatter: function(value, row, index) {
                        if(row.status =='0'){
                            return "鏈獙鏀�";
@@ -118,7 +118,7 @@
         
        function navigate(id){   
             
-            $.modal.openTab("椤圭洰瀵艰埅",ctx+"/geo/project/navigate?ids="+id);
+            $.modal.openTab("鍦哄湴瀵艰埅",ctx+"/geo/project/navigate?ids="+id);
         }
     </script>
 </body>

--
Gitblit v1.9.1