diff --git a/js/pages/dataAnalysis/dataAnalysis.js b/js/pages/dataAnalysis/dataAnalysis.js
index d59f71b..e47f368 100644
--- a/js/pages/dataAnalysis/dataAnalysis.js
+++ b/js/pages/dataAnalysis/dataAnalysis.js
@@ -64,16 +64,10 @@ function loadDataAnalysis(montageParam,type) {
function setReportTable(list){
let html = '';
$.each(list,function(index,item){
- let typeName = item.typeName;
- let typeNameArr = typeName.split(',');
- $.each(typeNameArr,function(index2,item2){
html += '
';
- if(index2 === 0){
- html += '| ' + item.name + ' | ';
- }
- html += '' + item2 + ' | ';
- html += '
';
- })
+ html += '' + item.name + ' | ';
+ html += '' + item.num + ' | ';
+ html += '';
})
$('#report-box table tbody').empty().append(html);
}
diff --git a/pages/dataAnalysis/dataAnalysis.html b/pages/dataAnalysis/dataAnalysis.html
index aef34f0..5d8abf2 100644
--- a/pages/dataAnalysis/dataAnalysis.html
+++ b/pages/dataAnalysis/dataAnalysis.html
@@ -38,7 +38,7 @@
环境监测分析
项目管理分析
整体效能分析
- 数据分析和报告
+ 风险值班分析
穿戴设备监测设备指标分析
延期原因分析
@@ -55,7 +55,7 @@
类型 |
- 名称 |
+ 数量 |