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
02d31788
authored
2024-08-09 22:51:20 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
开票
1 parent
a4d06178
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
src/routerPc/en.js
src/viewsPc/booking/ticket/confirmOrder.vue
src/viewsPc/booking/ticket/peopleManage.vue
src/routerPc/en.js
View file @
02d3178
...
...
@@ -108,7 +108,7 @@ export const constantRoutes = [
},
{
path
:
'wudaoEn'
,
component
:
()
=>
import
(
'@/viewsPc/about/wudao
_en
'
),
component
:
()
=>
import
(
'@/viewsPc/about/wudao'
),
name
:
'dangNewsEn'
,
meta
:
{
title
:
'about us'
}
},
...
...
src/viewsPc/booking/ticket/confirmOrder.vue
View file @
02d3178
...
...
@@ -86,7 +86,9 @@
{{
languageFormat
(
language
,
"套票"
,
"Package ticket"
)
}}
</span>
</div>
<p>
{{
language
==
0
?
'通票'
:
'Through Ticket'
}}
</p>
<p>
{{
language
==
0
?
'原价票'
:
'Cost Ticket'
}}
</p>
<div
class=
"ticket detail_top"
>
{{
language
==
0
?
tickType
.
price
:
tickType
.
priceEn
}}
<span>
{{
language
==
0
?
'元'
:
'Euro'
}}
</span>
...
...
src/viewsPc/booking/ticket/peopleManage.vue
View file @
02d3178
...
...
@@ -4,7 +4,13 @@
<div
class=
"add_btn"
@
click=
"addPeople"
>
{{
languageFormat
(
language
,
"新增"
,
"Add"
)
}}
</div>
<span>
{{
languageFormat
(
language
,
"观影人管理"
,
"Viewers"
)
}}
</span>
<span
class=
"fr"
style=
"cursor: pointer"
@
click=
"$router.go(-1)"
>
{{
language
==
0
?
'返回'
:
'Back'
}}
</span>
</div>
<div
class=
"content"
>
<div
class=
"people_box"
>
...
...
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