From 559e46dc41c82d04e58d3871c8c82ff2a47bd3aa Mon Sep 17 00:00:00 2001 From: dev_ljl <2590379346@qq.com> Date: Sat, 23 Aug 2025 21:21:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=9A=E8=AE=AE=E5=AE=A4=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E8=AF=A6=E6=83=85=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productManagement/index.vue | 1 - .../productManagement/plantsProduct-detail.vue | 13 +++++++------ .../conferenceSettings-detail.vue | 3 +-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/index.vue b/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/index.vue index f4014c66..c4bdcbb5 100644 --- a/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/index.vue +++ b/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/index.vue @@ -15,7 +15,6 @@ import type { PropertyForm } from '#/api/property/productManagement/model'; import PlantsProductModal from './plantsProduct-modal.vue'; import PlantsProductDetail from './plantsProduct-detail.vue'; import { columns, querySchema } from './data'; -import { ref } from 'vue'; const formOptions: VbenFormProps = { commonConfig: { labelWidth: 80, diff --git a/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/plantsProduct-detail.vue b/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/plantsProduct-detail.vue index fcc3dbac..8f848170 100644 --- a/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/plantsProduct-detail.vue +++ b/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/plantsProduct-detail.vue @@ -59,15 +59,16 @@ async function handleOpenChange(open: boolean) { :is="renderDict(plantsProductDetail.state,'product_management_status')" /> - - 图片加载失败 - - - {{ plantsProductDetail.remark }} - {{ plantsProductDetail.createTime }} + + 图片加载失败 + + + {{ plantsProductDetail.remark }} + + diff --git a/apps/web-antd/src/views/property/roomBooking/conferenceSettings/conferenceSettings-detail.vue b/apps/web-antd/src/views/property/roomBooking/conferenceSettings/conferenceSettings-detail.vue index 928a9594..a22d7994 100644 --- a/apps/web-antd/src/views/property/roomBooking/conferenceSettings/conferenceSettings-detail.vue +++ b/apps/web-antd/src/views/property/roomBooking/conferenceSettings/conferenceSettings-detail.vue @@ -32,8 +32,7 @@ async function handleOpenChange(open: boolean) { const {id} = modalApi.getData() as { id: number | string }; conferenceSettingsDetail.value = await meetInfo(id); if (conferenceSettingsDetail.value?.picture) { - let imgIds = conferenceSettingsDetail.value.picture.split(','); - const res = await ossInfo(imgIds); + const res = await ossInfo(conferenceSettingsDetail.value?.picture); if (res) { let imgArr = [] as string[]; res.forEach(item => {