Commit 95ee590b authored by lvweichao's avatar lvweichao
parents d693dff6 526857de
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"lockfileVersion": 1
}
{
"lockfileVersion": 1
}
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<el-image <el-image
v-if="scope.row.sensitiveWord" v-if="scope.row.sensitiveWord"
fit="fill" fit="fill"
:src="`http://ks3-cn-beijing.ksyun.com/bp-yidian/${scope.row.entterprise_image}`" :src="scope.row.entterprise_image"
></el-image> ></el-image>
<span v-else>无权限</span> <span v-else>无权限</span>
</template> </template>
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<template #default="scope"> <template #default="scope">
<el-image <el-image
v-if="scope.row.sensitiveWord" v-if="scope.row.sensitiveWord"
:src="`http://ks3-cn-beijing.ksyun.com/bp-yidian/${scope.row.legal_front_id_card}`" :src="scope.row.legal_front_id_card"
fit="fill" fit="fill"
></el-image> ></el-image>
<span v-else>无权限</span> <span v-else>无权限</span>
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<el-image <el-image
v-if="scope.row.sensitiveWord" 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="scope.row.legal_back_id_card"
></el-image> ></el-image>
<span v-else>无权限</span> <span v-else>无权限</span>
</template> </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