gx_tieta/WebRoot/control.jsp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
gx_tieta/WebRoot/js/elecircle.content.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
gx_tieta/WebRoot/control.jsp
@@ -3735,6 +3735,9 @@ // 设置通信计数 status.setText('count', "通信计数:"+data.dev_commcount); // 设置设备版本号 status.setText('devVersion', '设备版本号:'+data.dev_version); // 设置丢包率 var errorCount = data.dev_errcommcount; var allCount = data.dev_commcount+errorCount; gx_tieta/WebRoot/js/elecircle.content.js
@@ -1045,6 +1045,15 @@ } }, { name:'devVersion', type: 'text', status: 0, notShow: false, content: { text: '设备版本号:???' } }, { name: 'signal', type: 'text', status: 0,