Showing
1 changed file
with
3 additions
and
3 deletions
@@ -13,7 +13,7 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) { | @@ -13,7 +13,7 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) { | ||
13 | } | 13 | } |
14 | 14 | ||
15 | commonDetail.bindTips(); | 15 | commonDetail.bindTips(); |
16 | - | 16 | + |
17 | // 基本信息 | 17 | // 基本信息 |
18 | var jbxxKpi = "KPIE13DD9A3,KPIF74D9D2B"; | 18 | var jbxxKpi = "KPIE13DD9A3,KPIF74D9D2B"; |
19 | 19 | ||
@@ -31,7 +31,7 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) { | @@ -31,7 +31,7 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) { | ||
31 | commonDetail.renderResHealth("databaseogg_health_state",resId); | 31 | commonDetail.renderResHealth("databaseogg_health_state",resId); |
32 | 32 | ||
33 | // ogg信息 | 33 | // ogg信息 |
34 | - commonDetail.renderTable("databaseogg_ogginfo", false, resId, oggkpi, 'ogg运行情况', 'ogg-', 'ext, rr.KPI1A122D84 desc, rr.KPI16282DF0', 'desc'); | 34 | + commonDetail.renderTable("databaseogg_ogginfo", false, resId, oggkpi, 'ogg运行情况', 'ogg-', 'ext, KPI1A122D84 , KPI16282DF0', 'desc'); |
35 | 35 | ||
36 | 36 | ||
37 | // 告警信息 | 37 | // 告警信息 |
@@ -45,4 +45,4 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) { | @@ -45,4 +45,4 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) { | ||
45 | commonDetail.detailTimer.push(timer); | 45 | commonDetail.detailTimer.push(timer); |
46 | 46 | ||
47 | }); | 47 | }); |
48 | -}); | ||
48 | +}); |
-
Please register or login to post a comment