From 0ad62ef3a9bcc2d8f0e3ae988f0a17cfd2384c26 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 19 九月 2023 14:58:54 +0800
Subject: [PATCH] 修改
---
company_admin/src/views/business/brand.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/company_admin/src/views/business/brand.vue b/company_admin/src/views/business/brand.vue
index cae7979..eb27ae8 100644
--- a/company_admin/src/views/business/brand.vue
+++ b/company_admin/src/views/business/brand.vue
@@ -30,8 +30,8 @@
<el-image
v-if="row.imgurl"
style="width: 70px; height: 70px"
- :src="row.prefixUrl + row.imgurl"
- :preview-src-list="[row.prefixUrl + row.imgurl]"
+ :src="row.imgfullurl"
+ :preview-src-list="[row.imgfullurl]"
fit="cover"></el-image>
</template>
</el-table-column>
@@ -97,7 +97,7 @@
name: row.name,
sortnum: row.sortnum,
imgurl: row.imgurl,
- fileList: row.imgurl ? [ {url: row.prefixUrl + row.imgurl} ] : []
+ fileList: row.imgfullurl ? [ {url: row.imgfullurl} ] : []
}
this.$refs.operaBrandWindow.open('缂栬緫鍝佺墝', obj)
}
--
Gitblit v1.9.3