Преглед на файлове

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',