@@ -129,7 +129,7 @@ function renderTab(data,hisId,activePage){
<td>${item.name || "-"}</td>
<td >${item.averageValue}</td>
<td >${item.lastAverageValue}</td>
- <td style="display:${statisticsType==1?'block':'none'}">${item.lastYearAverageValue}</td>
+ ${statisticsType==1?'<td>'+item.lastYearAverageValue+'</td>':''}
</tr>
`
}
@@ -132,7 +132,7 @@ function renderTab(data,hisId,activePage){