Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
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
Merge Requests
0
Merge Requests
0
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
viitto
million
Commits
1fe82d04
Commit
1fe82d04
authored
Mar 17, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/viitto/million
parents
89284a37
4734e39b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
detailHotal.vue
src/pages/detailHotal.vue
+2
-12
No files found.
src/pages/detailHotal.vue
View file @
1fe82d04
...
...
@@ -55,14 +55,13 @@
</q-field>
<q-field
v-if=
"$q.platform.is.desktop"
stack-label
label=
"人数及客房"
standout
class=
"q-ml-lg"
:style=
"
{'min-width': $q.platform.is.desktop?'190px':'130px',
'min-max': $q.platform.is.desktop?'190px':'col',}" dense>
style=
"min-width:190px"
dense
>
<div
class=
"self-center full-width no-outline"
tabindex=
"0"
>
{{
numberOfAdults
}}
成人
<template
v-if=
"numberOfChildren>0"
>
{{
numberOfChildren
}}
儿童
</
template
>
{{roomGroup}}房
</div>
<q-popup-proxy
:offset=
"[0, 10]"
ref=
"qDateProxy2"
>
<q-popup-proxy
:offset=
"[0, 10]"
>
<div
class=
"q-pa-lg q-py-lg bg-white"
>
<div
class=
"items-center"
:clss=
"{'row':$q.platform.is.desktop,'column':$q.platform.is.mobile}"
>
...
...
@@ -175,15 +174,6 @@
</div>
<q-separator
v-if=
"index!=(msg.searchroomGroup.length-1)"
color=
"grey-2"
class=
"q-my-md"
/>
</div>
<div
class=
"row q-pt-md"
>
<q-btn
color=
"primary"
unelevated
class=
"q-px-xl col"
label=
"确定"
@
click=
"getData(),$refs.qDateProxy2.hide()"
/>
</div>
</div>
</q-popup-proxy>
</q-field>
...
...
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