From c6f79f5720c5d4a700b8b759a93393559409fd1c Mon Sep 17 00:00:00 2001 From: chenhuan <czj123456> Date: 星期一, 20 五月 2024 15:11:58 +0800 Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/dkyChenJiang --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/project.html | 24 +++++++++++++++--------- 1 files changed, 15 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..3384ce3 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,24 @@ updateUrl: prefix + "/edit/{id}", removeUrl: prefix + "/remove", exportUrl: prefix + "/export", - modalName: "椤圭洰", + modalName: "鍦哄湴", + pageSize:50, columns: [{ checkbox: true }, + { + field : 'ids', + title : '涓婚敭', + visible: false + }, { 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 +90,7 @@ }, { field : 'leaderName', - title : '椤圭洰璐熻矗浜�' + title : '鍦哄湴璐熻矗浜�' }, { field : 'createTime', @@ -92,7 +98,7 @@ }, { field : 'status', - title : '椤圭洰鐘舵��', + title : '鍦哄湴鐘舵��', formatter: function(value, row, index) { if(row.status =='0'){ return "鏈獙鏀�"; @@ -118,7 +124,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