From 438a2d9f5fb4dc6a07ca4adec966782e4336e6c1 Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139> Date: 星期五, 04 一月 2019 16:26:29 +0800 Subject: [PATCH] 柱状图添加电池组编号 --- gx_tieta/WebRoot/mobil/internalresistanceMbargraph.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/internalresistanceMbargraph.html b/gx_tieta/WebRoot/mobil/internalresistanceMbargraph.html index c5943b8..a90ee79 100644 --- a/gx_tieta/WebRoot/mobil/internalresistanceMbargraph.html +++ b/gx_tieta/WebRoot/mobil/internalresistanceMbargraph.html @@ -75,7 +75,7 @@ <a href="control.html" class="ui-btn ui-corner-all ui-shadow ui-btn-icon-left" target="_top" style="padding:0.5em 0.5em; /*background-color: #e9e9e9; color: #333333;*/color:#fff;border:1px solid #3a755a;; text-decoration: none;">杩斿洖</a> - <h1>鍐呴樆</h1> + <h1 id="biaoti">鍐呴樆</h1> <div data-role="collapsible" data-type="horizontal" class="ui-btn-right" style=" background-color: none; color: #ffffff; text-decoration: none;" > <h1 id="alwaysRight">鍏朵粬</h1> @@ -147,7 +147,8 @@ var model = eval("("+data.result+")"); //model = eval("("+model.result+")"); datas = model.data; - + $("#biaoti").text("鍐呴樆("+batt.BattGroupName+")");//鏍囬娣诲姞鐢垫睜缁勭紪鍙� + mon_vol = new Array(); //鐢靛帇 mon_tmp = new Array(); //娓╁害 mon_res = new Array(); //鍐呴樆 -- Gitblit v1.9.1