|
|
|
@ -142,38 +142,6 @@
|
|
|
|
3D点云信息
|
|
|
|
3D点云信息
|
|
|
|
</a-button> -->
|
|
|
|
</a-button> -->
|
|
|
|
|
|
|
|
|
|
|
|
<a-button
|
|
|
|
|
|
|
|
class="btn"
|
|
|
|
|
|
|
|
type="primary"
|
|
|
|
|
|
|
|
style="background:#29c12b;border-color:#29c12b;"
|
|
|
|
|
|
|
|
@click="getOveroperationPic3d()"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<a-modal
|
|
|
|
|
|
|
|
v-drag
|
|
|
|
|
|
|
|
width="600px"
|
|
|
|
|
|
|
|
v-model="visible_pic3d"
|
|
|
|
|
|
|
|
title="随行3d图像"
|
|
|
|
|
|
|
|
style="top: 20px;"
|
|
|
|
|
|
|
|
@ok="overoperationPicStop3d"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<template #footer>
|
|
|
|
|
|
|
|
<a-button key="footer" type="primary" :loading="loading" @click="overoperationPicStop3d">确定</a-button>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<div
|
|
|
|
|
|
|
|
style="height: 700px;"
|
|
|
|
|
|
|
|
class="parent"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<img
|
|
|
|
|
|
|
|
style="width:700px ;"
|
|
|
|
|
|
|
|
:src="checkObj.overoperationPic"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</a-modal>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
随行3d图像
|
|
|
|
|
|
|
|
</a-button>
|
|
|
|
|
|
|
|
<a-button
|
|
|
|
<a-button
|
|
|
|
class="btn"
|
|
|
|
class="btn"
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
|
|