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
e1ce22db
Commit
e1ce22db
authored
Dec 19, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b9aab4fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
index.ts
src/i18n/zh-TW/index.ts
+1
-0
HotelSure.vue
src/pages/scattered/HotelSure.vue
+6
-5
No files found.
src/i18n/zh-TW/index.ts
View file @
e1ce22db
...
...
@@ -744,6 +744,7 @@ export default {
shouxufei
:
'手续费'
,
youhuixingxi
:
'优惠信息'
,
duihuan
:
'兑换'
,
youhuiquanduihuan
:
'优惠券兑换'
,
youhuiquanshiyong
:
'优惠券使用'
,
nokeyongyouhuiquan
:
'暂无可用优惠券'
,
xiadan
:
'下单'
,
...
...
src/pages/scattered/HotelSure.vue
View file @
e1ce22db
...
...
@@ -229,7 +229,7 @@
size=
"xs"
filled
v-model=
"sureMsg.guestAddress"
label=
"
"
:label=
"$t('v101.scatteredOrder.dangqiandizhi')
"
hint=
""
lazy-rules
:rules=
"[ val => val && val.length > 0 || ' ']"
...
...
@@ -244,7 +244,7 @@
size=
"xs"
filled
v-model=
"sureMsg.guestEmail"
label=
"
"
:label=
"$t('v101.scatteredOrder.Email')
"
hint=
""
lazy-rules
:rules=
"[(val:any, rules:any) => rules.email(val) || ' ']"
...
...
@@ -259,7 +259,7 @@
size=
"xs"
filled
v-model=
"sureMsg.guestPhoneNumber"
label=
"
"
:label=
"$t('v101.scatteredOrder.dianhua')
"
type=
"Number"
hint=
""
lazy-rules
...
...
@@ -278,7 +278,7 @@
autogrow
type=
"textarea"
v-model=
"sureMsg.guestRequest"
label=
"
"
:label=
"$t('v101.scatteredOrder.kehuxuqiu')
"
hint=
""
lazy-rules
/>
...
...
@@ -335,8 +335,9 @@
<span
class=
"text-weight-bold"
>
{{$t('v101.scatteredOrder.youhuixingxi')}}
</span>
</div>
<div
class=
"q-px-lg q-py-lg"
>
<div
class=
"fz16 text-weight-bold q-mb-sm"
>
{{$t('v101.scatteredOrder.youhuiquanduihuan')}}
</div>
<div
class=
"row"
>
<div
class=
"col-3"
>
<div
class=
"col-3
column
"
>
<q-input
dense
size=
"xs"
...
...
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