Bladeren bron

fix(dashboard): add protocol

wangxiao 3 jaren geleden
bovenliggende
commit
ab5b49b7c0
1 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  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',