From 20dca0f6b664f6124e3492eee2e3ef6dfde80d88 Mon Sep 17 00:00:00 2001 From: panlinlin <648540858@qq.com> Date: 星期五, 02 四月 2021 19:14:12 +0800 Subject: [PATCH] 增加推流转发到国标,尚不完善 --- web_src/src/components/ParentPlatformList.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web_src/src/components/ParentPlatformList.vue b/web_src/src/components/ParentPlatformList.vue index 37b8b8f..1121f6e 100644 --- a/web_src/src/components/ParentPlatformList.vue +++ b/web_src/src/components/ParentPlatformList.vue @@ -19,7 +19,7 @@ <template slot-scope="scope"> <div slot="reference" class="name-wrapper"> <el-tag size="medium" v-if="scope.row.enable">宸插惎鐢�</el-tag> - <el-tag size="medium" v-if="!scope.row.enable">鏈惎鐢�</el-tag> + <el-tag size="medium" type="info" v-if="!scope.row.enable">鏈惎鐢�</el-tag> </div> </template> </el-table-column> @@ -68,9 +68,9 @@ </template> <script> -import platformEdit from './platformEdit.vue' +import platformEdit from './dialog/platformEdit.vue' import uiHeader from './UiHeader.vue' -import chooseChannelDialog from './gb28181/chooseChannel.vue' +import chooseChannelDialog from './dialog/chooseChannel.vue' export default { name: 'app', components: { @@ -137,7 +137,7 @@ }); }, chooseChannel: function(platform) { - this.$refs.chooseChannelDialog.openDialog(platform.deviceGBId, ()=>{ + this.$refs.chooseChannelDialog.openDialog(platform.serverGBId, ()=>{ this.initData() }) }, -- Gitblit v1.8.0