Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-client
This commit is contained in:
commit
17bf2350f2
@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<DraggableDialog seamless title="显示 / 选择" :height="510">
|
||||
<DraggableDialog
|
||||
seamless
|
||||
:title="noSelect ? '显示控制' : '显示 / 选择'"
|
||||
:height="noSelect ? 550 : 510"
|
||||
>
|
||||
<q-tabs
|
||||
v-if="!noSelect"
|
||||
v-model="tab"
|
||||
dense
|
||||
active-color="primary"
|
||||
@ -97,6 +102,7 @@ const props = defineProps<{
|
||||
layerList: ItemData[];
|
||||
showLayer: string[];
|
||||
app: JlDrawApp | GraphicApp;
|
||||
noSelect?: boolean; // 没有选择tab
|
||||
}>();
|
||||
|
||||
function allListFn() {
|
||||
|
@ -258,6 +258,7 @@ watch(
|
||||
layerList: layerList,
|
||||
showLayer: lineStore.showLayer,
|
||||
app: scene,
|
||||
noSelect: true,
|
||||
},
|
||||
})
|
||||
.onCancel(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user