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
37396c07
Commit
37396c07
authored
Apr 13, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
1efb781a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
TripOrderHeader.vue
src/components/trip/order/TripOrderHeader.vue
+4
-5
index.ts
src/i18n/ko-HG/index.ts
+3
-3
No files found.
src/components/trip/order/TripOrderHeader.vue
View file @
37396c07
<
template
>
<div
class=
"rounded-borders bg-white row items-center q-pa-md"
>
<q-select
v-if=
"$q.platform.is.desktop"
class=
"q-mr-md"
style=
"min-width: 150px"
v-model=
"
s
earch.orderState"
@
update:model-value=
"setorderState"
dense
:options=
"status"
emit-value
option-label=
"StatusName"
option-value=
"StatusId"
map-options
:label=
"$t('hotelorder.search.status')"
standout
/>
<q-select
class=
"q-mr-md"
style=
"min-width: 150px"
v-model=
"
s
earch.queryDays"
@
update:model-value=
"setorderDay"
dense
:options=
"Days"
emit-value
option-label=
"StatusName"
option-value=
"StatusId"
map-options
:label=
"$t('v103.scheduledTripOrder.setorderday')"
standout
/>
<q-select
v-if=
"$q.platform.is.desktop"
class=
"q-mr-md"
style=
"min-width: 150px"
v-model=
"
realS
earch.orderState"
@
update:model-value=
"setorderState"
dense
:options=
"status"
emit-value
option-label=
"StatusName"
option-value=
"StatusId"
map-options
:label=
"$t('hotelorder.search.status')"
standout
/>
<q-select
class=
"q-mr-md"
style=
"min-width: 150px"
v-model=
"
realS
earch.queryDays"
@
update:model-value=
"setorderDay"
dense
:options=
"Days"
emit-value
option-label=
"StatusName"
option-value=
"StatusId"
map-options
:label=
"$t('v103.scheduledTripOrder.setorderday')"
standout
/>
<div
class=
"col"
></div>
<q-btn
color=
"primary"
unelevated
:label=
"$t('query')"
@
click=
"setQueryHandler"
/>
</div>
<div
class=
"rounded-borders bg-white q-pa-sm q-mt-md mobile-only"
>
<q-tabs
v-model=
"
s
earch.orderState"
class=
"text-cyan"
dense
>
<q-tabs
v-model=
"
realS
earch.orderState"
class=
"text-cyan"
dense
>
<q-tab
:name=
"x.StatusId"
:label=
"x.StatusName"
v-for=
"x in status"
@
click=
"setorderState(x.StatusId)"
/>
</q-tabs>
</div>
...
...
@@ -53,7 +53,6 @@ export default defineComponent({
search
.
queryDays
=
statusId
}
}
const
searchCnt
=
computed
(()
=>
{
let
setCnt
=
0
return
setCnt
...
...
@@ -63,7 +62,7 @@ export default defineComponent({
return
{
...
toRefs
(
data
),
...
methods
,
s
earch
,
realS
earch
,
searchCnt
}
}
...
...
src/i18n/ko-HG/index.ts
View file @
37396c07
...
...
@@ -1140,9 +1140,9 @@ export default {
line
:
"라인"
,
commlineteam
:
"상품 시리즈"
,
lineteam
:
'시리즈'
,
closelineteam
:
'選擇商品系列
'
,
departurecity
:
'出發城市'
,
closedeparturecity
:
'選擇出發城市'
,
closelineteam
:
'선택 상품 시리즈
'
,
departurecity
:
"출발의 도시"
,
closedeparturecity
:
"출발 도시를 선택"
,
orderStatus
:
{
normal
:
'모든 주문'
,
apply1
:
"예약금"
,
...
...
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