From 94af90fa142092998b64a615b35335580614a01d Mon Sep 17 00:00:00 2001
From: panll <1018729+pan648540858@user.noreply.gitee.com>
Date: 星期三, 02 三月 2022 14:23:31 +0800
Subject: [PATCH] !7 rPort 变更了HostAddres也要变 Merge pull request !7 from ckb_test/N/A
---
web_src/src/components/channelList.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue
index 3cd4bc9..6eae383 100644
--- a/web_src/src/components/channelList.vue
+++ b/web_src/src/components/channelList.vue
@@ -28,9 +28,7 @@
<devicePlayer ref="devicePlayer" v-loading="isLoging"></devicePlayer>
<!--璁惧鍒楄〃-->
<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="deviceId" label="璁惧缂栧彿" width="210">
+ <el-table-column prop="channelId" label="閫氶亾缂栧彿" width="200">
</el-table-column>
<el-table-column prop="name" label="閫氶亾鍚嶇О">
</el-table-column>
--
Gitblit v1.8.0