From a672365e3c6e47acfe97f968d1c32144165b533f Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Mon, 30 Jul 2018 08:49:00 +0800
Subject: [PATCH] 显示单位 更新

---
 src/app/routes/reports/query2/query2.component.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/routes/reports/query2/query2.component.html b/src/app/routes/reports/query2/query2.component.html
index 79f0ddd..69fbdeb 100644
--- a/src/app/routes/reports/query2/query2.component.html
+++ b/src/app/routes/reports/query2/query2.component.html
@@ -25,7 +25,7 @@
                         <th nz-th><span>������</span></th>
                         <th nz-th><span>������������</span></th>
                         <th nz-th class="text-right">
-                            <span>������������ mg/m3</span>
+                            <span>������������ {{sensorKey == 'e10'?'mg/m3':'ug/m3'}}</span>
                             <nz-table-sort (nzValueChange)="sort('avg',$event)"></nz-table-sort>
                         </th>
                     </tr>

--
Gitblit v1.8.0