hdw
2018-11-12 f87e0c49cf023c58b090ea4a30863d5dd8e9cc97
gx_tieta/WebRoot/js/elecircle.content.js
@@ -476,12 +476,12 @@
   });
   
   // 拓扑图名称
   eleCircle.drawText({
   /*eleCircle.drawText({
      id: 'title',
      startX: 400,
      startY: 40,
      name: '设备浮充状态电流方向',
   });
   });*/
   
   // 设备内部温度
   eleCircle.drawText({
@@ -489,6 +489,14 @@
      startX: 270,
      startY: 100,
      name: '设备温度:0℃',
   });
   // dcdc模块告警
   eleCircle.drawText({
      id: 'dcdcWarn',
      startX: 250,
      startY: 390,
      name: 'DCDC模块告警:0x8000/0x8000',
   });
   
   var currentObj = {
@@ -980,11 +988,11 @@
         name: 'workstatus',
         type: 'list',
         notShow: false,
         imgCallback: gl.statusImg.getImg,
         //imgCallback: gl.statusImg.getImg,
         status: 0,
         content: {
            list:gl.BTS9100.workstates,
            text: '设备状态:'
            text: '设备状态:'
         }
      },
      {