Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
tabulator-another-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
tabulator-another-web
Commits
9248e02a
Commit
9248e02a
authored
Jun 02, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tournament.vue
parent
88820eef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/pages/tournament.vue
src/pages/tournament.vue
+5
-1
No files found.
src/pages/tournament.vue
View file @
9248e02a
...
...
@@ -89,7 +89,7 @@
v-show = '!i.quit'
@click = 'tournament.operatorChk(participant.move.start, [i, $event])'
>
<uni-icons
type =
'settings'
></uni-icons>
<uni-icons
:type =
"participant.move.this && participant.move.this !== i ? 'pulldown' : 'list'"
></uni-icons>
</view>
<view
class =
'button'
...
...
@@ -539,6 +539,10 @@
participant
.
move
.
this
=
i
;
}
;
const
end
=
async
()
:
Promise
<
void
>
=>
{
if
(
participant
.
move
.
this
===
i
)
{
participant
.
move
.
this
=
undefined
;
return
;
}
const
v1
=
participant
.
array
.
findIndex
(
p
=>
{
return
p
===
i
;
}
);
const
v2
=
participant
.
array
.
findIndex
(
p
=>
{
return
p
===
participant
.
move
.
this
;
}
);
// const p = participant.array[v1];
...
...
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