Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
bigwood
Commits
0993e205
Commit
0993e205
authored
Jan 10, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ed898dde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TicketOrderPreview.vue
src/pages/ticket/TicketOrderPreview.vue
+2
-2
No files found.
src/pages/ticket/TicketOrderPreview.vue
View file @
0993e205
...
...
@@ -99,7 +99,7 @@
<div
style=
"border-top: 1px dashed #eee"
:class=
"{'row items-center':$q.platform.is.desktop,'column':$q.platform.is.mobile}"
>
<q-input
dense
standout
v-model=
"msg.Name"
class=
"col q-mt-md"
:class=
"{'q-mr-md':$q.platform.is.desktop}"
:placeholder=
"$t('v102.ticket.sjcp.c1')"
:rules=
"[ val => val && val.length > 0 || ' ']"
ref=
"guestName"
/>
<q-input
dense
standout
v-model=
"msg.EName"
class=
"col q-mt-md"
:class=
"{'q-mr-md':$q.platform.is.desktop}"
:placeholder=
"$t('v102.ticket.sjcp.c2')"
:rules=
"[ val => val && val.length > 0 || ' ']"
ref=
"guestEName"
/>
<div
class=
"col-2 q-mr-md
q-mt-md
"
>
<div
class=
"col-2 q-mr-md"
>
<q-radio
v-model=
"msg.Sex"
checked-icon=
"task_alt"
unchecked-icon=
"panorama_fish_eye"
val=
"1"
:label=
"$t('v102.ticket.sex.man')"
/>
<q-radio
v-model=
"msg.Sex"
checked-icon=
"task_alt"
unchecked-icon=
"panorama_fish_eye"
val=
"2"
:label=
"$t('v102.ticket.sex.women')"
/>
</div>
...
...
@@ -205,7 +205,7 @@ export default defineComponent({
UseDate
:
''
,
//门票日期
Name
:
''
,
EName
:
''
,
Sex
:
''
,
//1男2女
Sex
:
'
1
'
,
//1男2女
Birthday
:
''
,
Mobile
:
''
,
CouponsId
:
''
,
//景点id
...
...
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