Selaa lähdekoodia

fix(dashboard): add protocol

wangxiao 3 vuotta sitten
vanhempi
commit
ab5b49b7c0
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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',