|
@ -9,7 +9,7 @@ |
|
|
<span>{{ dialogData.deviceName || "-" }}</span> |
|
|
<span>{{ dialogData.deviceName || "-" }}</span> |
|
|
<img |
|
|
<img |
|
|
@click="controlDialogVisible = true" |
|
|
@click="controlDialogVisible = true" |
|
|
v-if="check('business:home:camera') && |
|
|
v-if="check(['business:home:camera']) && |
|
|
[0, '0'].includes( |
|
|
[0, '0'].includes( |
|
|
dialogData.parseOtherConfig && |
|
|
dialogData.parseOtherConfig && |
|
|
dialogData.parseOtherConfig.ptzCtrl |
|
|
dialogData.parseOtherConfig.ptzCtrl |
|
@ -24,7 +24,7 @@ |
|
|
</Descriptions> |
|
|
</Descriptions> |
|
|
|
|
|
|
|
|
<div |
|
|
<div |
|
|
v-if="check('business:home:camera') && PanoramicCameraTypes.indexOf(dialogData.childType) == -1" |
|
|
v-if="check(['business:home:camera']) && PanoramicCameraTypes.indexOf(dialogData.childType) == -1" |
|
|
style="width: 50%; display: flex; margin-top: 18px" |
|
|
style="width: 50%; display: flex; margin-top: 18px" |
|
|
> |
|
|
> |
|
|
<span |
|
|
<span |
|
|