|
|
@ -14,7 +14,8 @@ |
|
|
|
" src="@screen/images/camera-control-icon.svg" width="18px" height="18px" style="cursor: pointer" /> |
|
|
|
</template> |
|
|
|
</Descriptions> |
|
|
|
<div style="width:50%;display:flex;margin-top:18px"> |
|
|
|
<div v-if="PanoramicCameraTypes.indexOf(dialogData.childType) == -1" |
|
|
|
style="width:50%;display:flex;margin-top:18px"> |
|
|
|
<span |
|
|
|
style="color: #3de8ff;font-size: 15px;font-family: PingFang SC, PingFang SC;font-weight: 400;line-height: 18px;"> |
|
|
|
雨刷: </span> |
|
|
@ -45,6 +46,7 @@ import Video from "@screen/components/Video"; |
|
|
|
import Descriptions from "@screen/components/Descriptions.vue"; |
|
|
|
import CameraControlDialog from "./components/CameraControlDialog.vue"; |
|
|
|
import LineChart from "../../LineChart/index.vue"; |
|
|
|
import { PanoramicCameraTypes } from "@screen/utils/enum.js"; |
|
|
|
|
|
|
|
import { |
|
|
|
getRoadInfoByStakeMark, |
|
|
@ -69,6 +71,7 @@ export default { |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
PanoramicCameraTypes, |
|
|
|
activeName: "first", |
|
|
|
controlDialogVisible: false, |
|
|
|
data: {}, |
|
|
|