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 ++++++-
company/.env.development | 6 +++---
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/company/.env.development b/company/.env.development
index 2348fd6..ae9fca5 100644
--- a/company/.env.development
+++ b/company/.env.development
@@ -2,13 +2,13 @@
NODE_ENV = 'development'
# 浼佷笟绔�-浠佸悍
-#VUE_APP_API = 'http://192.168.0.134:10025/'
+VUE_APP_API = 'http://192.168.0.134:10025/'
# 骞冲彴绔�-浠佸悍
# VUE_APP_API = 'http://192.168.0.134:10023/'
# 骞冲彴绔�-钀嶅
-# VUE_APP_API = 'http://192.168.0.102:10023/'
+# VUE_APP_API = 'http://192.168.0.103:10023/'
- VUE_APP_API = 'http://localhost:10023/'
+# VUE_APP_API = 'http://localhost:10023/'
# VUE_APP_API = 'http://localhost:10023/'
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