From 02eb974bcf9f85a4a6594540fab97007abef4291 Mon Sep 17 00:00:00 2001 From: Mr.Shi <1878285526@qq.com> Date: 星期二, 19 九月 2023 09:19:24 +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