From 1460a6466a00b1e059e634ccab4e7b3db45ba94f Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 13 Apr 2023 17:01:58 +0800 Subject: [PATCH] =?UTF-8?q?refector:=20opl=E5=92=8Cvisit=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=85=A7=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/scOpl/scFire.vue | 6 ++---- src/views/vm/visit_detial.vue | 9 +++++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/components/scOpl/scFire.vue b/src/components/scOpl/scFire.vue index 1661f3d1..4b51bd02 100644 --- a/src/components/scOpl/scFire.vue +++ b/src/components/scOpl/scFire.vue @@ -111,8 +111,7 @@ :key = "item.id" style="margin-right: 8px;height: 146px;height:146px;" :src="item.path" - :preview-src-list="item.path" - :initial-index="1" + :preview-src-list="[item.path]" fit="cover" /> @@ -122,8 +121,7 @@ :key = "item.id" style="margin-right: 8px;height: 146px;height:146px;" :src="item.path" - :preview-src-list="item.path" - :initial-index="1" + :preview-src-list="[item.path]" fit="cover" /> diff --git a/src/views/vm/visit_detial.vue b/src/views/vm/visit_detial.vue index bf30fbfb..f09a1da3 100644 --- a/src/views/vm/visit_detial.vue +++ b/src/views/vm/visit_detial.vue @@ -41,6 +41,15 @@ + + +