Quellcode durchsuchen

fix(dashboard): add protocol

wangxiao vor 3 Jahren
Ursprung
Commit
ab5b49b7c0
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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',