@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html>
-<<<<<<< HEAD
<head>
<meta charset="utf-8">
<title></title>
@@ -2351,7 +2350,7 @@
//设备还未接入
function NoneDevice(name){
$("#nodevice .title .text").html(name + "#经编机-基本信息")
- $("#nodevice").show().html('该设备还未接入数据平台');
+ $("#nodevice").show().find(".content").html('该设备还未接入数据平台');
}
//关闭窗口