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
240ef2b3
authored
2024-05-24 14:40:01 +0800
by
yyx
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
648fec78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
src/viewsPc/seat/order-detail.vue
src/viewsPc/seat/order-detail.vue
View file @
240ef2b
...
...
@@ -20,30 +20,37 @@ const router = useRouter();
const
status
=
reactive
({
0
:
{
txt
:
"待支付"
,
text_en
:
"Pending Payment"
,
color
:
"#F740A6"
,
bgColor
:
"#FFE2F2"
,
},
1
:
{
txt
:
"购票成功"
,
text_en
:
"Transaction completed"
,
color
:
"#FFCC00"
,
bgColor
:
"#FFF7D9"
,
},
2
:
{
txt
:
"交易关闭"
,
text_en
:
"Transaction closed"
,
color
:
"#757575"
,
bgColor
:
"#DDDDDD"
,
},
3
:
{
txt
:
"已退款"
,
text_en
:
"Already refunded"
,
color
:
"#757575"
,
bgColor
:
"#DDDDDD"
,
},
4
:
{
txt
:
"退款中"
,
text_en
:
"In the process of refunding"
,
color
:
"#F740A6"
,
bgColor
:
"#FFE2F2"
,
},
5
:
{
txt
:
"完成"
,
text_en
:
"Finish"
,
color
:
"#34C759"
,
bgColor
:
"#D2FFDD"
,
},
...
...
@@ -358,7 +365,11 @@ detail.fetchData();
class=
"value"
:style=
"
{ color: status[detail.data?.state]?.color }"
>
{{
status
[
detail
.
data
?.
state
]?.
txt
}}
{{
language
==
0
?
status
[
detail
.
data
?.
state
]?.
txt
:
status
[
detail
.
data
?.
state
]?.
text_en
}}
</div>
</div>
<div
class=
"cell"
>
...
...
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