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
29d956b0
Commit
29d956b0
authored
Dec 16, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
969c488d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
11 deletions
+16
-11
index.ts
src/i18n/zh-TW/index.ts
+8
-0
HotelSure.vue
src/pages/scattered/HotelSure.vue
+8
-11
No files found.
src/i18n/zh-TW/index.ts
View file @
29d956b0
...
...
@@ -747,6 +747,14 @@ export default {
youhuiquanshiyong
:
'优惠券使用'
,
nokeyongyouhuiquan
:
'暂无可用优惠券'
,
xiadan
:
'下单'
,
inputlabel1
:
'请输入入住时间'
,
inputlabel2
:
''
,
inputlabel3
:
''
,
inputlabel4
:
''
,
inputlabel5
:
''
,
inputlabel6
:
''
,
inputlabel7
:
''
,
inputlabel8
:
''
,
}
}
...
...
src/pages/scattered/HotelSure.vue
View file @
29d956b0
...
...
@@ -178,17 +178,14 @@
>
<div
class=
"col-6 row"
>
<span
class=
"q-px-lg HotelSure-text"
><span
class=
"text-red"
>
*
</span>
{{$t('v101.scatteredOrder.ruzhushijian1')}}
</span>
<q-input
class=
"col"
dense
size=
"xs"
filled
v-model=
"sureMsg.checkInTime"
label=
"Your name"
hint=
""
lazy-rules
:rules=
"[ val => val && val.length > 0 || 'Please type something']"
/>
<q-field
v-if=
"$q.platform.is.desktop"
stack-label
:label=
"$t('v101.scatteredOrder.ruzhushijian')"
standout
class=
"col"
style=
"min-width: 200px"
dense
>
<div
class=
"self-center full-width no-outline"
tabindex=
"0"
>
{{sureMsg.checkInTime}}
</div>
<q-popup-proxy
:offset=
"[0, 10]"
ref=
"qDateProxy3"
>
<q-time
v-model=
"sureMsg.checkInTime"
:rules=
"[ val => val && val.length > 0 || 'Please type something']"
/>
</q-popup-proxy>
</q-field>
</div>
<div
class=
"col-6 row"
>
<span
class=
"q-px-lg HotelSure-text"
><span
class=
"text-red"
>
*
</span>
{{$t('v101.scatteredOrder.yudinren')}}
</span>
...
...
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