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
58e6a89d
Commit
58e6a89d
authored
Aug 28, 2023
by
wuchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6f7cea55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
73 deletions
+1
-73
DidaHeader.vue
src/components/scattered/dida/DidaHeader.vue
+1
-73
No files found.
src/components/scattered/dida/DidaHeader.vue
View file @
58e6a89d
...
...
@@ -37,79 +37,7 @@
></q-date>
</q-popup-proxy>
</q-field>
<div
class=
"row"
v-if=
"$q.platform.is.desktop"
>
<q-select
class=
"q-ml-lg"
style=
"min-width: 90px; z-index: 99999"
unelevated
v-model=
"room"
dense
:options=
"theRooms"
emit-value
option-label=
"name"
option-value=
"id"
map-options
:label=
"$t('v101.scattered.kefang')"
standout
@
update:model-value=
"getRoomList"
>
</q-select>
<q-btn
unelevated
class=
"bg-white hover q-px-xs q-py-sm q-ml-xs text-grey-6"
icon=
"person"
>
<div
class=
"text-dark q-ml-xs"
>
{{
auditNum
}}{{
$t
(
"v101.scattered.chengren"
)
}}
<span
class=
"q-px-sm"
>
.
</span>
<template
v-if=
"childNum > 0"
>
{{
childNum
}}
</
template
>
{{ $t("v101.scattered.ertong") }}
</div>
<q-popup-proxy
class=
"no-shadow absolute"
style=
"z-index: 0; box-shadow: 0 0 50px #ddd !important"
:offset=
"[0, 20]"
:model-value=
"isShowPop"
>
<q-card
class=
"row wrap q-pa-md rounded-borders"
style=
"max-width: 697px"
>
<div
class=
"q-mr-md"
v-for=
"(item, index) in search.searchroomGroup"
:key=
"index"
style=
"min-width: 150px"
>
<div
class=
"q-mb-md text-subtitle2"
>
{{ $t("v101.scattered.kefang") }}{{ index + 1 }}
</div>
<div
class=
"q-my-md"
>
<q-select
v-model=
"item.numberOfAdults"
dense
:options=
"adultList"
emit-value
map-options
:label=
"$t('v101.scattered.chengren')"
standout
@
update:model-value=
"setPeopleNum"
/>
</div>
<div
class=
"q-my-md"
>
<q-select
v-model=
"item.numberOfChildren"
dense
:options=
"childrenList"
emit-value
map-options
:label=
"$t('v101.scattered.ertong')"
standout
@
update:model-value=
"setPeopleNum"
/>
</div>
</div>
</q-card>
</q-popup-proxy>
</q-btn>
</div>
<div
class=
"col"
></div>
<q-btn
unelevated
class=
"bg-grey-3 hover q-mr-md"
:title=
"$t('morequery')"
>
<q-badge
...
...
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