diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/service/board/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/service/board/index.vue index 3b04b637..516e4897 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/service/board/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/service/board/index.vue @@ -57,9 +57,11 @@ :key="index" >
{{ itm.deviceName }}
- - - + + + + + { res.data.forEach((item, index) => { - if(!item.iotDeviceId){ - return - } if (_.isString(item.otherConfig)) { item.otherConfig = JSON.parse(item.otherConfig); } @@ -1292,7 +1291,7 @@ export default { justify-content: space-between; width: 100%; .title{ flex:1; width:0; overflow: hidden; text-overflow: ellipsis; word-break: keep-all;} - .wifi{ width: 18px; height: 18px; margin-right: 4px;} + .state{ width: 18px; height: 18px; margin-right: 4px;} .huiduButton { background: transparent; border: none;