[1078] 适配新结构接入通用通道支持云台控制

This commit is contained in:
lin
2025-08-01 14:39:33 +08:00
parent 2ee9a3fa71
commit e272d25939
4 changed files with 112 additions and 13 deletions

View File

@@ -21,8 +21,8 @@
</el-form>
</el-tab-pane>
<el-tab-pane :disabled="!jtChannel.id" label="国标通道配置">
<CommonChannelEdit ref="commonChannelEdit" :data-form="jtChannel" :cancel="close" />
<el-tab-pane :disabled="!jtChannel.gbId" label="国标通道配置">
<CommonChannelEdit :id="jtChannel.gbId" ref="commonChannelEdit" :cancel="close" />
</el-tab-pane>
</el-tabs>
</div>