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
415e8c5e
authored
2024-05-24 16:53:45 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge commit '
ce68ae29
' into dev
2 parents
113a4977
ce68ae29
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
src/viewsPc/seat/add-watch-people.vue
src/viewsPc/seat/order-detail.vue
src/viewsPc/seat/ticket-detail.vue
src/viewsPc/seat/add-watch-people.vue
View file @
415e8c5
...
...
@@ -56,7 +56,7 @@ const people = reactive({
<el-input
v-model=
"people.form.name"
style=
"width: 570px"
:placeholder=
"language == 0 ? '请输入姓名' : 'Nam
a
'"
:placeholder=
"language == 0 ? '请输入姓名' : 'Nam
e
'"
/>
</div>
<div>
...
...
@@ -79,7 +79,7 @@ const people = reactive({
<el-input
v-model=
"people.form.idCard"
style=
"width: 570px"
:placeholder=
"language == 0 ? '请输入身份证号' : 'ID Numbe'"
:placeholder=
"language == 0 ? '请输入身份证号' : 'ID Numbe
r
'"
/>
</div>
</div>
...
...
src/viewsPc/seat/order-detail.vue
View file @
415e8c5
...
...
@@ -265,16 +265,16 @@ detail.fetchData();
</div>
<div
class=
"line"
></div>
<div
class=
"tr"
>
<div
style=
"width: 3
0
%"
class=
"td"
>
{{
detail
.
data
?.
name
}}
</div>
<div
style=
"width: 3
3
%"
class=
"td"
>
{{
detail
.
data
?.
name
}}
</div>
<div
style=
"width: 25%"
class=
"td"
>
{{
detail
.
data
?.
placeName
}}
</div>
<div
style=
"width: 20%"
class=
"td"
>
<span>
{{
language
==
0
?
"¥"
:
"€"
}}
</span>
{{
detail
.
data
?.
singlePrice
}}
</div>
<div
style=
"width: 1
2
%"
class=
"td"
>
<div
style=
"width: 1
0
%"
class=
"td"
>
x
{{
detail
.
data
?.
seatList
?.
length
}}
</div>
<div
style=
"width: 1
3
%; text-align: right"
class=
"td"
>
<div
style=
"width: 1
2
%; text-align: right"
class=
"td"
>
<span>
{{
language
==
0
?
"¥"
:
"€"
}}
</span>
{{
detail
.
data
?.
payAmount
}}
</div>
...
...
src/viewsPc/seat/ticket-detail.vue
View file @
415e8c5
<
script
setup
>
import
dayjs
from
"dayjs"
;
import
{
dayjs
}
from
'element-plus'
import
useUserStore
from
"@/store/modules/user"
;
import
{
setToken
,
getToken
}
from
"./utils/local-store.js"
;
import
{
md5
}
from
"md5js"
;
...
...
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