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 @@
是
否
+
+
+