Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
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
a7e8641b
authored
2025-08-20 13:24:27 +0800
by
zrj
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
8.20 sjs
1 parent
3abc6e9b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
src/viewsPc/match/components/affixInvitationDialog.vue
src/viewsPc/match/components/affixInvitationDialog.vue
View file @
a7e8641
...
...
@@ -60,7 +60,12 @@
</el-table-column>
<el-table-column
align=
"center"
label=
"DATE OF ENTRY"
prop=
"entryDate"
/>
<el-table-column
align=
"center"
label=
"DATE OF DEPARTURE"
prop=
"departureDate"
/>
<el-table-column
align=
"center"
label=
"position"
prop=
"position"
/>
<el-table-column
align=
"center"
label=
"position"
prop=
"position"
>
<
template
#
default=
"scope"
>
<div
v-if=
"scope.row.position=='other'"
>
{{
scope
.
row
.
remarks
}}
</div>
<div
v-else
>
{{
scope
.
row
.
position
}}
</div>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"lastName"
prop=
"lastName"
/>
<el-table-column
align=
"center"
label=
"firstName"
prop=
"fristName"
/>
<el-table-column
align=
"center"
label=
"Gender"
prop=
"sex"
>
...
...
@@ -117,6 +122,7 @@ const open = (params) => {
form
.
value
=
{}
show
.
value
=
true
form
.
value
=
{...
params
}
console
.
log
(
form
.
value
)
getMNAList
()
}
defineExpose
({
...
...
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