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
88820eef
Commit
88820eef
authored
Jun 02, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tournament.vue
parent
6656653b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/pages/tournament.vue
src/pages/tournament.vue
+0
-3
No files found.
src/pages/tournament.vue
View file @
88820eef
<
template
>
<
template
>
<view
class =
'PageTournament'
>
<view
class =
'PageTournament'
>
<!--
<Drag
v-model =
'participant.array'
></Drag>
-->
<transition
name =
'switch'
>
<transition
name =
'switch'
>
<uni-card
<uni-card
id =
'PageTournament'
id =
'PageTournament'
...
@@ -293,7 +292,6 @@
...
@@ -293,7 +292,6 @@
import
Const
from
'
../script/const.ts
'
import
Const
from
'
../script/const.ts
'
import
Mycard
from
'
../script/mycard.ts
'
;
import
Mycard
from
'
../script/mycard.ts
'
;
import
{
TournamentCreateObject
,
MatchUpdateObject
,
TournamentAParticipant
,
ParticipantUpdateObject
}
from
'
../script/type.ts
'
import
{
TournamentCreateObject
,
MatchUpdateObject
,
TournamentAParticipant
,
ParticipantUpdateObject
}
from
'
../script/type.ts
'
import
Drag
from
'
../script/drag/drag-list.vue
'
;
let
tournament
=
reactive
({
let
tournament
=
reactive
({
this
:
undefined
as
undefined
|
Tournament
,
this
:
undefined
as
undefined
|
Tournament
,
status
:
{
status
:
{
...
@@ -644,7 +642,6 @@
...
@@ -644,7 +642,6 @@
match
.
submit
.
chk
=
match
.
array
.
map
(
i
=>
[
i
.
player1Score
??
0
,
i
.
player2Score
??
0
]);
match
.
submit
.
chk
=
match
.
array
.
map
(
i
=>
[
i
.
player1Score
??
0
,
i
.
player2Score
??
0
]);
match
.
maxRound
=
match
.
array
.
find
(
i
=>
i
.
isThirdPlaceMatch
)?.
round
??
match
.
round
+
1
;
match
.
maxRound
=
match
.
array
.
find
(
i
=>
i
.
isThirdPlaceMatch
)?.
round
??
match
.
round
+
1
;
}
,
{
deep
:
true
}
);
}
,
{
deep
:
true
}
);
<
/script
>
<
/script
>
<
style
scoped
lang
=
'
scss
'
>
<
style
scoped
lang
=
'
scss
'
>
...
...
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