소스 검색

fix(dashboard): add protocol

wangxiao 3 년 전
부모
커밋
ab5b49b7c0
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/pages/Iot/dashboard/deviceAccess/index.vue

+ 5 - 0
src/pages/Iot/dashboard/deviceAccess/index.vue

@@ -59,6 +59,11 @@ import { onMounted, reactive } from 'vue'
 const staticImg = useStaticImg()
 
 const columns = [
+  {
+    title: '接入协议',
+    dataIndex: 'port',
+    key: 'port'
+  },
   {
     title: '接入地址',
     dataIndex: 'address',