From 48ac4601b0d481ab76fe849171d6f80638343055 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 02 二月 2024 14:54:53 +0800
Subject: [PATCH] Mr.Shi

---
 company/src/views/business/taxes.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/company/src/views/business/taxes.vue b/company/src/views/business/taxes.vue
index be01d8e..068797d 100644
--- a/company/src/views/business/taxes.vue
+++ b/company/src/views/business/taxes.vue
@@ -72,7 +72,12 @@
                 </el-table-column>
                 <el-table-column prop="type" label="鍙戠エ鐢靛瓙鐗�" min-width="100px">
                     <template slot-scope="{row}">
-                      <img v-if="row.imgurlFull!=null" :src="row.imgurlFull"  style="width: 40px;height: 40px">
+                        <el-image
+                            v-if="row.imgurlFull!=null"
+                            style="width: 40px; height: 40px"
+                            :src="row.imgurlFull"
+                            :preview-src-list="[row.imgurlFull]">
+                        </el-image>
                     </template>
                 </el-table-column>
                 <el-table-column label="鎿嶄綔" min-width="180px">

--
Gitblit v1.9.3