From 0fc3742e9ee8fc35435f7adc22bfae80e5d839c3 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 1 Mar 2024 17:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods/conv/AppPhotoReport/PhotoDetail.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mods/conv/AppPhotoReport/PhotoDetail.vue b/src/mods/conv/AppPhotoReport/PhotoDetail.vue index 918fc35..f9005fd 100644 --- a/src/mods/conv/AppPhotoReport/PhotoDetail.vue +++ b/src/mods/conv/AppPhotoReport/PhotoDetail.vue @@ -12,7 +12,7 @@
- 暂无照片 + 暂无照片 @@ -22,7 +22,7 @@
- 暂无照片 + 暂无照片 @@ -74,7 +74,8 @@ export default { }) } return list - } + }, + hasFiles:v=>v.result.files?.length>0 }, onShow() { this.getInfo()