From 26bdd0dc8e1d37c484e6dc199fd933d32bb88e29 Mon Sep 17 00:00:00 2001 From: zmk <496160012@qq.com> Date: 星期日, 19 五月 2024 12:49:59 +0800 Subject: [PATCH] 提交代码 --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/hole.html | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/hole.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/hole.html index 0079353..7665a41 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/hole.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/hole.html @@ -86,11 +86,11 @@ }, { field : 'elevation', - title : '瀛斿彛楂樼▼' + title : '瀛斿彛楂樼▼锛坢锛�' }, { field : 'depth', - title : '璁捐瀛旀繁' + title : '璁捐瀛旀繁锛坢锛�' }, { field : 'longitude', @@ -110,8 +110,23 @@ } }, { + field : 'footage', + title : '鎬昏繘灏猴紙m锛�', + }, + { + field : 'footageCpl', + title : '宸插畬鎴愯繘灏猴紙m锛�', + }, + { field : 'rate', - title : '杩涘害', + title : '瀹屾垚杩涘害(%)', + formatter: function(value, row, index) { + if (row.rate !=null){ + return (row.rate*100).toFixed(2) + "%"; + }else{ + return "0%"; + } + } }, { title: '鎿嶄綔', -- Gitblit v1.9.1