From 7c10194477737019c39d5df71b7dda503bbd2f91 Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Thu, 23 Oct 2025 11:34:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=BB=B4=E6=8A=A4=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=BC=BA=E5=A4=B1=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/projectchange/InfoModal/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/demo/projectchange/InfoModal/index.vue b/src/views/demo/projectchange/InfoModal/index.vue index 76627f4..5e9a584 100644 --- a/src/views/demo/projectchange/InfoModal/index.vue +++ b/src/views/demo/projectchange/InfoModal/index.vue @@ -127,7 +127,7 @@ onMounted(() => { }) }) const { id, xiangmu_no, xiangmu_name, streetname, communityname, quanliren, - xingzhengquhua, beian_no, xiangmu_yt, start_time, end_time, shenqing_area, shengchan_area, fuzhu_area + xingzhengquhua, beian_no, xiangmu_yt, start_time, end_time, shenqing_area, shengchan_area, fuzhu_area, jianzhujiegou, beianriqi } = props.infoData props.infoResult.id = id props.infoResult.xiangmu_no = xiangmu_no @@ -142,6 +142,8 @@ onMounted(() => { props.infoResult.end_time = end_time? dayjs(end_time): '' props.infoResult.shenqing_area = shenqing_area props.infoResult.shengchan_area = shengchan_area + props.infoResult.jianzhujiegou = jianzhujiegou + props.infoResult.beianriqi = beianriqi? dayjs(beianriqi): '' props.infoResult.fuzhu_area = fuzhu_area props.infoResult.shpPath = '' })