From 439f5cc422f8fde89257d041fb7e6769ac39427e Mon Sep 17 00:00:00 2001 From: suerwei <18810552194@163.com> Date: 星期六, 18 五月 2024 14:43:49 +0800 Subject: [PATCH] 场地详情下面 加上钻孔的列表、工单号(ZK000001 6位) --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/project.html | 19 ++++++++++--------- 1 files changed, 10 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..568865c 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,19 @@ updateUrl: prefix + "/edit/{id}", removeUrl: prefix + "/remove", exportUrl: prefix + "/export", - modalName: "椤圭洰", + modalName: "鍦哄湴", + pageSize:50, 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 +85,7 @@ }, { field : 'leaderName', - title : '椤圭洰璐熻矗浜�' + title : '鍦哄湴璐熻矗浜�' }, { field : 'createTime', @@ -92,7 +93,7 @@ }, { field : 'status', - title : '椤圭洰鐘舵��', + title : '鍦哄湴鐘舵��', formatter: function(value, row, index) { if(row.status =='0'){ return "鏈獙鏀�"; @@ -118,7 +119,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