From e4215917fcf95e940ce836f0611cef09e849d8c5 Mon Sep 17 00:00:00 2001
From: Lawrence <1934378145@qq.com>
Date: 星期三, 20 一月 2021 20:27:25 +0800
Subject: [PATCH] 增加前端Notify支持

---
 web_src/src/components/channelList.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue
index 4ee2b7c..943fe3a 100644
--- a/web_src/src/components/channelList.vue
+++ b/web_src/src/components/channelList.vue
@@ -31,6 +31,8 @@
             <el-table ref="channelListTable" :data="deviceChannelList" :height="winHeight" border style="width: 100%">
                 <el-table-column prop="channelId" label="閫氶亾缂栧彿" width="210">
                 </el-table-column>
+                <el-table-column prop="channelId" label="璁惧缂栧彿" width="210">
+                </el-table-column>
                 <el-table-column prop="name" label="閫氶亾鍚嶇О">
                 </el-table-column>
                 <el-table-column prop="subCount" label="瀛愯妭鐐规暟">
@@ -108,7 +110,7 @@
         if (this.autoList) {
             this.updateLooper = setInterval(this.initData, 5000);
         }
-        
+
     },
     destroyed() {
         this.$destroy('videojs');

--
Gitblit v1.8.0