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
3ed80f41
Commit
3ed80f41
authored
Jan 16, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
955f2e83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
90 additions
and
91 deletions
+90
-91
vehiclePopover.vue
src/components/vehicle/vehiclePopover.vue
+8
-9
index.ts
src/i18n/zh-SW/index.ts
+82
-82
No files found.
src/components/vehicle/vehiclePopover.vue
View file @
3ed80f41
...
@@ -20,19 +20,18 @@
...
@@ -20,19 +20,18 @@
<q-input
class=
"q-mr-md"
style=
''
v-model=
"search.GoFlightInfo"
dense
standout
<q-input
class=
"q-mr-md"
style=
''
v-model=
"search.GoFlightInfo"
dense
standout
:label=
"$t('v102.vehicle.title4')"
/>
:label=
"$t('v102.vehicle.title4')"
/>
</div>
</div>
</div>
<div
class=
"flex2"
style=
"margin-top: 20px;"
>
<div
class=
"flex2"
>
<div
class=
"flex2"
>
<q-input
class=
"q-mr-md"
style=
''
v-model=
"search.BackFlightInfo"
dense
standout
<q-input
class=
"q-mr-md"
style=
''
v-model=
"search.BackFlightInfo"
dense
standout
:label=
"$t('v102.vehicle.title5')"
/>
:label=
"$t('v102.vehicle.title5')"
/>
</div>
</div>
<div
class=
"flex2"
>
<div
class=
"flex2"
>
<q-input
v-model=
"search.PeopleNum"
class=
"q-mr-md"
dense
mask=
"#.##"
reverse-fill-mask
<q-input
v-model=
"search.PeopleNum"
style=
"width: 172px"
class=
"q-mr-md"
dense
mask=
"#.##"
ftype=
"text"
standout
:label=
"$t('v102.vehicle.title6')"
/>
reverse-fill-mask
ftype=
"text"
standout
:label=
"$t('v102.vehicle.title6')"
/>
</div>
</div>
<div
class=
"q-my-md"
style=
"margin-right: 1
5
px;"
>
<div
class=
"q-my-md"
style=
"margin-right: 1
0
px;"
>
<q-field
stack-label
:label=
"$t('v102.vehicle.title7')"
standout
class=
"col-2"
<q-field
stack-label
:label=
"$t('v102.vehicle.title7')"
standout
class=
"col-2"
style=
"min-width: 1
80
px"
dense
>
style=
"min-width: 1
77
px"
dense
>
<div
class=
"self-center full-width no-outline"
tabindex=
"0"
>
{{
search
.
StartDate
}}
</div>
<div
class=
"self-center full-width no-outline"
tabindex=
"0"
>
{{
search
.
StartDate
}}
</div>
<q-popup-proxy
:offset=
"[0, 10]"
ref=
"qDateProxy"
>
<q-popup-proxy
:offset=
"[0, 10]"
ref=
"qDateProxy"
>
<q-date
v-model=
"search.StartDate"
:options=
"optionsFn"
mask=
"YYYY-MM-DD"
<q-date
v-model=
"search.StartDate"
:options=
"optionsFn"
mask=
"YYYY-MM-DD"
...
@@ -43,14 +42,13 @@
...
@@ -43,14 +42,13 @@
</div>
</div>
<q-input
@
blur=
"checkInteger()"
v-model=
"search.UseDayNum"
class=
"q-mr-md"
dense
mask=
"#.##"
<q-input
@
blur=
"checkInteger()"
v-model=
"search.UseDayNum"
class=
"q-mr-md"
dense
mask=
"#.##"
reverse-fill-mask
ftype=
"text"
standout
:label=
"$t('v102.vehicle.title8')"
/>
reverse-fill-mask
ftype=
"text"
standout
:label=
"$t('v102.vehicle.title8')"
/>
</div>
<div
class=
"flex2"
>
<q-input
class=
"q-mr-md"
style=
''
v-model=
"search.GuideInfo"
dense
standout
<q-input
class=
"q-mr-md"
style=
''
v-model=
"search.GuideInfo"
dense
standout
:label=
"$t('v102.vehicle.title10')"
/>
:label=
"$t('v102.vehicle.title10')"
/>
<q-input
class=
"q-mr-md"
style=
''
v-model=
"search.TeamName"
dense
standout
<q-input
class=
"q-mr-md"
style=
''
v-model=
"search.TeamName"
dense
standout
:label=
"$t('v102.vehicle.title11')"
/>
:label=
"$t('v102.vehicle.title11')"
/>
<div
class=
"q-my-md"
>
<div
class=
"q-my-md"
>
<q-select
style=
"width: 1
8
0px;"
v-model=
"search.BusType"
dense
:options=
"vehicletop"
emit-value
<q-select
style=
"width: 1
7
0px;"
v-model=
"search.BusType"
dense
:options=
"vehicletop"
emit-value
option-label=
"Name"
option-value=
"Id"
map-options
clearable
:label=
"$t('v102.vehicle.title13')"
option-label=
"Name"
option-value=
"Id"
map-options
clearable
:label=
"$t('v102.vehicle.title13')"
standout
/>
standout
/>
</div>
</div>
...
@@ -339,6 +337,7 @@ export default defineComponent({
...
@@ -339,6 +337,7 @@ export default defineComponent({
.flex2
{
.flex2
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
flex-wrap
:
wrap
;
}
}
...
...
src/i18n/zh-SW/index.ts
View file @
3ed80f41
...
@@ -5,97 +5,97 @@ export default {
...
@@ -5,97 +5,97 @@ export default {
failed
:
'执行失败'
,
failed
:
'执行失败'
,
success
:
'执行成功'
,
success
:
'执行成功'
,
appsuffix
:
"PIC同业预定系统"
,
appsuffix
:
"PIC同业预定系统"
,
siteName
:
"同业预定系统"
,
siteName
:
"同业预定系统"
,
lanuage
:
"系统语言"
,
lanuage
:
"系统语言"
,
loginout
:
'登录信息失效,请重新登录'
,
loginout
:
'登录信息失效,请重新登录'
,
timeout
:
'当前网络环境异常,请求超时'
,
timeout
:
'当前网络环境异常,请求超时'
,
syslog
:
'系统升級告示'
,
syslog
:
'系统升級告示'
,
sysmsg
:
'系统通知'
,
sysmsg
:
'系统通知'
,
daterange
:
'请选择检索日期'
,
daterange
:
'请选择检索日期'
,
morequery
:
'更多筛选项'
,
morequery
:
'更多筛选项'
,
query
:
'检索'
,
query
:
'检索'
,
Notifications
:{
Notifications
:
{
title
:
'通知'
,
title
:
'通知'
,
subtitle
:
'条新消息'
,
subtitle
:
'条新消息'
,
more
:
'更多'
,
more
:
'更多'
,
time
:
'h'
time
:
'h'
},
},
hotel
:{
hotel
:
{
pageTitle
:
"酒店检索"
,
pageTitle
:
"酒店检索"
,
area
:
"检索区域"
,
area
:
"检索区域"
,
searchName
:
'酒店名称'
searchName
:
'酒店名称'
},
},
userMenu
:{
userMenu
:
{
mypro
:
'个人档案'
,
mypro
:
'个人档案'
,
myfinace
:
'请求书'
,
myfinace
:
'请求书'
,
fapiao
:
'索取发票'
,
fapiao
:
'索取发票'
,
lang
:
'系统语言'
,
lang
:
'系统语言'
,
signOut
:
'登出'
signOut
:
'登出'
},
},
menu
:{
menu
:
{
hotel
:{
hotel
:
{
first
:
'酒店预定'
,
first
:
'酒店预定'
,
second
:
'酒店检索'
,
second
:
'酒店检索'
,
three
:
'酒店订单'
three
:
'酒店订单'
},
},
car
:{
car
:
{
first
:
'车辆预定'
,
first
:
'车辆预定'
,
second
:
'车辆预定
'
,
second
:
'行程用車
'
,
three
:
'用车订单'
three
:
'用车订单'
},
},
ticket
:{
ticket
:
{
first
:
'门票预定'
,
first
:
'门票预定'
,
second
:
'门票检索'
,
second
:
'门票检索'
,
three
:
'门票订单'
three
:
'门票订单'
},
},
finance
:{
finance
:
{
first
:
'账单'
,
first
:
'账单'
,
second
:
'月度请求书'
,
second
:
'月度请求书'
,
three
:
'汇款说明'
three
:
'汇款说明'
}
}
},
},
login
:{
login
:
{
notaccess
:
"沒有同业会员账户?"
,
notaccess
:
"沒有同业会员账户?"
,
registlink
:
"申请注册"
,
registlink
:
"申请注册"
,
title
:
"登入"
,
title
:
"登入"
,
subTitle
:
"欢迎您的到来,开放急速采购"
,
subTitle
:
"欢迎您的到来,开放急速采购"
,
account
:
"账户(EMail)"
,
account
:
"账户(EMail)"
,
password
:
"密码"
,
password
:
"密码"
,
forgot
:
"忘记密码?"
,
forgot
:
"忘记密码?"
,
signin
:
"登入"
,
signin
:
"登入"
,
pageTitle
:
"登入"
,
pageTitle
:
"登入"
,
ruleTipsAccount
:
"请填写正确的邮箱账号"
,
ruleTipsAccount
:
"请填写正确的邮箱账号"
,
ruleTipsPwd
:
"请填写密码"
,
ruleTipsPwd
:
"请填写密码"
,
formTips
:
"请填写登录信息"
,
formTips
:
"请填写登录信息"
,
success
:
"登陆成功"
success
:
"登陆成功"
},
},
forget
:{
forget
:
{
pageTitle
:
"忘记密码"
,
pageTitle
:
"忘记密码"
,
title
:
"忘记密码"
,
title
:
"忘记密码"
,
subtitle
:
"输入您的邮箱,以重置密码"
,
subtitle
:
"输入您的邮箱,以重置密码"
,
notaccess
:
"已经是会员了?"
,
notaccess
:
"已经是会员了?"
,
registlink
:
"登录"
,
registlink
:
"登录"
,
account
:
"账户(EMail)"
,
account
:
"账户(EMail)"
,
submit
:
"提交"
,
submit
:
"提交"
,
cancel
:
"取消"
,
cancel
:
"取消"
,
goback
:
"返回"
,
goback
:
"返回"
,
mailResult
:
"邮件件已发送到您的邮箱,请根据邮件提示修改密码"
,
mailResult
:
"邮件件已发送到您的邮箱,请根据邮件提示修改密码"
,
resultBtn
:
"我已知晓"
resultBtn
:
"我已知晓"
},
},
newpwd
:{
newpwd
:
{
pageTitle
:
"设置新密码"
,
pageTitle
:
"设置新密码"
,
title
:
"设置新密码"
,
title
:
"设置新密码"
,
subtitle
:
"为了您的账户安全,建议您定期修改密码"
,
subtitle
:
"为了您的账户安全,建议您定期修改密码"
,
notaccess
:
"你已经重置密码了吗?"
,
notaccess
:
"你已经重置密码了吗?"
,
registlink
:
"登入"
,
registlink
:
"登入"
,
pass
:
"新密码"
,
pass
:
"新密码"
,
passTips
:
"使用8个或8个以上的字母、数字和符号的組合"
,
passTips
:
"使用8个或8个以上的字母、数字和符号的組合"
,
passvalidate
:
"请按照提示要求设置密码"
,
passvalidate
:
"请按照提示要求设置密码"
,
repeatPassvalidate
:
"两次输入密码不一致"
,
repeatPassvalidate
:
"两次输入密码不一致"
,
repeatPass
:
"再次输入密码"
,
repeatPass
:
"再次输入密码"
,
notEmptyPass
:
'新密码最少为8位'
,
notEmptyPass
:
'新密码最少为8位'
,
maxLengthPass
:
'密码长度应为8-16位'
,
maxLengthPass
:
'密码长度应为8-16位'
,
updateResult
:
'新密码已经设置成功,可以立即登入'
,
updateResult
:
'新密码已经设置成功,可以立即登入'
,
resultBtn
:
"立即登入"
resultBtn
:
"立即登入"
}
}
}
}
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