|
|
|
@ -49,6 +49,15 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<template #jiaodu>
|
|
|
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
|
|
|
<div class="xy-table-item-label">旋转角度 :</div>
|
|
|
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
|
|
|
<el-input-number v-model="form.jiaodu" clearable :precision="2" placeholder="请输入旋转角度" style="width: 300px"
|
|
|
|
|
|
|
|
:controls="false"></el-input-number>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
<template v-slot:x>
|
|
|
|
<template v-slot:x>
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item-label">x轴位置 :</div>
|
|
|
|
<div class="xy-table-item-label">x轴位置 :</div>
|
|
|
|
@ -149,6 +158,7 @@
|
|
|
|
lng: "",
|
|
|
|
lng: "",
|
|
|
|
x: "",
|
|
|
|
x: "",
|
|
|
|
y: "",
|
|
|
|
y: "",
|
|
|
|
|
|
|
|
jiaodu: "",
|
|
|
|
video_id: "",
|
|
|
|
video_id: "",
|
|
|
|
video_image_id: "",
|
|
|
|
video_image_id: "",
|
|
|
|
content: "",
|
|
|
|
content: "",
|
|
|
|
|