From fef6d62d4cf6e33fb6bffeefc252c44159c6b2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Mon, 26 Jun 2023 16:07:13 +0800 Subject: [PATCH] up --- .../components/addImg.vue | 1 + .../components/addPointer.vue | 678 +++++++++--------- .../components/imgBox.vue | 2 +- 3 files changed, 329 insertions(+), 352 deletions(-) diff --git a/src/views/PartyshistoryRecoder/components/addImg.vue b/src/views/PartyshistoryRecoder/components/addImg.vue index dc987b0..ad7eb58 100644 --- a/src/views/PartyshistoryRecoder/components/addImg.vue +++ b/src/views/PartyshistoryRecoder/components/addImg.vue @@ -236,6 +236,7 @@ export default { } else { this.id = '' this.type = '' + this.image_id=[]; this.init(); this.$refs['dialog'].clearValidate(); delete this.form.id diff --git a/src/views/PartyshistoryRecoder/components/addPointer.vue b/src/views/PartyshistoryRecoder/components/addPointer.vue index 174f64a..0a19e25 100644 --- a/src/views/PartyshistoryRecoder/components/addPointer.vue +++ b/src/views/PartyshistoryRecoder/components/addPointer.vue @@ -1,354 +1,330 @@ - - - - - - - * - 名称 : - - - - - - - - - 封面图 : - - - - - 只能上传jpg/png文件,且不超过500kb - - - - - - - - 纬度 : - - - - - - - - 经度 : - - - - - - - - x轴位置 : - - - - - - - - y轴位置 : - - - - - - - - 视频 : - - - 选取文件 - 开始上传 - - 支持文件格式:.mp4 .avi .wmv - 单个文件不能超过20M - - - - - - - - 内容 : - - - - - - - - + + + + + + + * + 名称 : + + + + + + + + + 封面图 : + + + + + 只能上传jpg/png文件,且不超过500kb + + + + + + + + 纬度 : + + + + + + + + 经度 : + + + + + + + + x轴位置 : + + + + + + + + y轴位置 : + + + + + + + + 视频封面图 : + + + + + 只能上传jpg/png文件,且不超过500kb + + + + + + + + + 视频 : + + + 选取文件 + 开始上传 + + 支持文件格式:.mp4 .avi .wmv + 单个文件不能超过300M + + + + + + + + 内容 : + + + + + + + + + + - - diff --git a/src/views/PartyshistoryRecoder/components/imgBox.vue b/src/views/PartyshistoryRecoder/components/imgBox.vue index 09b94ad..0042d67 100644 --- a/src/views/PartyshistoryRecoder/components/imgBox.vue +++ b/src/views/PartyshistoryRecoder/components/imgBox.vue @@ -22,7 +22,7 @@ @pageSizeChange="pageSizeChange" @pageIndexChange="pageChange" @delete="row => destroy({ - table_name: 'map_point_contents', + table_name: 'map_point_images', id: row.id, activity_list_id: 7 }).then(_ => getList())"