From 1fad5a5ef17aad8fccf6c3befe10e5ddf787ed7a Mon Sep 17 00:00:00 2001 From: xingShengLi Date: Fri, 22 Jun 2018 17:19:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BABUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/uavapp_godeye/uavnetwork/js/uav.network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.creditease.uav.console/src/main/webapp/uavapp_godeye/uavnetwork/js/uav.network.js b/com.creditease.uav.console/src/main/webapp/uavapp_godeye/uavnetwork/js/uav.network.js index de7c7a18..5b35b5b5 100644 --- a/com.creditease.uav.console/src/main/webapp/uavapp_godeye/uavnetwork/js/uav.network.js +++ b/com.creditease.uav.console/src/main/webapp/uavapp_godeye/uavnetwork/js/uav.network.js @@ -1695,7 +1695,7 @@ var mvcObj={ if(undefined!=tags["starttime"]) { var startTime = parseFloat(tags["starttime"]); - str+= "
启动时间"+TimeHelper.getTime(startTime)+"
"; + str+= "
启动时间"+TimeHelper.getTime(startTime)+"
"; } str+= "
属性
";