|
|
|
|
@ -49,6 +49,15 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</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>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">x轴位置 :</div>
|
|
|
|
|
@ -136,7 +145,7 @@
|
|
|
|
|
isShow: false,
|
|
|
|
|
id: "",
|
|
|
|
|
type: "",
|
|
|
|
|
image_id: [],
|
|
|
|
|
image_id: [],
|
|
|
|
|
video_image_id:[],
|
|
|
|
|
action: process.env.VUE_APP_UPLOAD_API,
|
|
|
|
|
video_id: [],
|
|
|
|
|
@ -149,6 +158,7 @@
|
|
|
|
|
lng: "",
|
|
|
|
|
x: "",
|
|
|
|
|
y: "",
|
|
|
|
|
jiaodu: "",
|
|
|
|
|
video_id: "",
|
|
|
|
|
video_image_id: "",
|
|
|
|
|
content: "",
|
|
|
|
|
@ -244,13 +254,13 @@
|
|
|
|
|
url: res.video?.url,
|
|
|
|
|
name: res.video?.original_name,
|
|
|
|
|
response: res.video
|
|
|
|
|
}] : []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.video_image_id = res.video_image ? [{
|
|
|
|
|
url: res.video_image?.url,
|
|
|
|
|
name: res.video_image?.original_name,
|
|
|
|
|
response: res.video_image
|
|
|
|
|
}] : []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.video_image_id = res.video_image ? [{
|
|
|
|
|
url: res.video_image?.url,
|
|
|
|
|
name: res.video_image?.original_name,
|
|
|
|
|
response: res.video_image
|
|
|
|
|
}] : [];
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
@ -327,4 +337,4 @@
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</style>
|
|
|
|
|
|