Commit 0e00a1fc authored by mengwenhao's avatar mengwenhao

update:审核信息详情图片展示增加域名地址

parent 3d20a626
......@@ -56,7 +56,7 @@
<el-image
v-if="scope.row.entterprise_image"
fit="fill"
:src="scope.row.entterprise_image"
:src="`http://ks3-cn-beijing.ksyun.com/bp-yidian/${scope.row.entterprise_image}`"
></el-image>
<span v-else>无权限</span>
</template>
......@@ -78,7 +78,7 @@
<template #default="scope">
<el-image
v-if="scope.row.legal_front_id_card"
:src="scope.row.legal_front_id_card"
:src="`http://ks3-cn-beijing.ksyun.com/bp-yidian/${scope.row.legal_front_id_card}`"
fit="fill"
></el-image>
<span v-else>无权限</span>
......@@ -92,7 +92,7 @@
<el-image
v-if="scope.row.legal_back_id_card"
fit="fill"
:src="scope.row.legal_back_id_card"
:src="`http://ks3-cn-beijing.ksyun.com/bp-yidian/${scope.row.legal_back_id_card}`"
></el-image>
<span v-else>无权限</span>
</template>
......
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