Commit db5ae3d2 authored by mengwenhao's avatar mengwenhao

update:图片显示的问题

parent 92409b9e
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
> >
<template #default="scope"> <template #default="scope">
<el-image <el-image
v-if="scope.row.entterprise_image" v-if="scope.row.sensitiveWord"
fit="fill" fit="fill"
:src="`http://ks3-cn-beijing.ksyun.com/bp-yidian/${scope.row.entterprise_image}`" :src="`http://ks3-cn-beijing.ksyun.com/bp-yidian/${scope.row.entterprise_image}`"
></el-image> ></el-image>
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
> >
<template #default="scope"> <template #default="scope">
<el-image <el-image
v-if="scope.row.legal_front_id_card" v-if="scope.row.sensitiveWord"
:src="`http://ks3-cn-beijing.ksyun.com/bp-yidian/${scope.row.legal_front_id_card}`" :src="`http://ks3-cn-beijing.ksyun.com/bp-yidian/${scope.row.legal_front_id_card}`"
fit="fill" fit="fill"
></el-image> ></el-image>
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
> >
<template #default="scope"> <template #default="scope">
<el-image <el-image
v-if="scope.row.legal_back_id_card" v-if="scope.row.sensitiveWord"
fit="fill" fit="fill"
:src="`http://ks3-cn-beijing.ksyun.com/bp-yidian/${scope.row.legal_back_id_card}`" :src="`http://ks3-cn-beijing.ksyun.com/bp-yidian/${scope.row.legal_back_id_card}`"
></el-image> ></el-image>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment