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/hole/hole.html | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 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 11fd90d..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 : 'pic1', - title : '杩涘害', + field : 'footage', + title : '鎬昏繘灏猴紙m锛�', + }, + { + field : 'footageCpl', + title : '宸插畬鎴愯繘灏猴紙m锛�', + }, + { + field : 'rate', + title : '瀹屾垚杩涘害(%)', + formatter: function(value, row, index) { + if (row.rate !=null){ + return (row.rate*100).toFixed(2) + "%"; + }else{ + return "0%"; + } + } }, { title: '鎿嶄綔', -- Gitblit v1.9.1