Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
op-web-service
Commits
0e00a1fc
Commit
0e00a1fc
authored
Jun 10, 2021
by
mengwenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:审核信息详情图片展示增加域名地址
parent
3d20a626
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
src/pages/Enterprise/Audit/index.vue
+3
-3
No files found.
src/pages/Enterprise/Audit/index.vue
View file @
0e00a1fc
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment