地质所 沉降监测网建设项目
zmk
2024-05-18 140c701242e3f003df44580f523118fe62a74c76
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/hole/hole.html
@@ -86,11 +86,11 @@
                },
                {
                    field : 'elevation', 
                    title : '孔口高程'
                    title : '孔口高程(m)'
                },
                {
                    field : 'depth', 
                    title : '设计孔深'
                    title : '设计孔深(m)'
                },
                {
                    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: '操作',