Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1615689e
authored
2024-05-20 17:39:18 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
46d1bfcd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/viewsPc/match/components/signInfo-table.vue
src/viewsPc/match/components/signInfo-table.vue
View file @
1615689
...
...
@@ -61,11 +61,11 @@
<
template
#
default=
"scope"
>
<el-link
v-if=
"scope.row.signInfo[0].extraPersonInfoMapList[index]?.type=='2'"
target=
"_blank"
:href=
"fillImgUrl(scope.row.signInfo[0].extraPersonInfoMapList[index]
.value
.url)"
>
<span
class=
"text-primary"
>
{{
scope
.
row
.
signInfo
[
0
].
extraPersonInfoMapList
[
index
]
.
value
.
name
}}
</span>
:href=
"fillImgUrl(scope.row.signInfo[0].extraPersonInfoMapList[index]
?.value?
.url)"
>
<span
class=
"text-primary"
>
{{
scope
.
row
.
signInfo
[
0
].
extraPersonInfoMapList
[
index
]
?.
value
?
.
name
}}
</span>
</el-link>
<img
v-else-if=
"scope.row.signInfo[0].extraPersonInfoMapList[index]?.type=='3'"
style=
"width: 50px;"
:src=
"fillImgUrl(scope.row.signInfo[0].extraPersonInfoMapList[index]
.value.url||scope.row.signInfo[0].extraPersonInfoMapList[index]
.value)"
>
:src=
"fillImgUrl(scope.row.signInfo[0].extraPersonInfoMapList[index]
?.value?.url||scope.row.signInfo[0]?.extraPersonInfoMapList[index]?
.value)"
>
<span
v-else
>
{{
scope
.
row
.
signInfo
[
0
].
extraPersonInfoMapList
[
index
]?.
value
}}
</span>
</
template
>
</el-table-column>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment