소스 검색

IOT标签操作提示

Alfyn 2 주 전
부모
커밋
a9b8b9de64
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/modelView/IOT/FloorTree.vue

+ 3 - 0
src/views/modelView/IOT/FloorTree.vue

@@ -121,6 +121,9 @@ export default {
   },
   methods: {
     onCheckTree(checkedKeys, e) {
+      if(e.node.dataRef.name === 'B3'){
+        message.info('Right click to select the component whose label you want to display')
+      }
       const checkNode = e.node.dataRef
       const checked = e.checked
       if (checkNode.glid == '0' || checkNode.glid == checkNode.modelName) {