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
28f3ee5e
Commit
28f3ee5e
authored
Mar 10, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
6166ffe3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
5 deletions
+13
-5
TicketOrderList.vue
src/components/ticket/order/TicketOrderList.vue
+7
-2
index.ts
src/i18n/ja-RB/index.ts
+2
-1
index.ts
src/i18n/ko-HG/index.ts
+2
-1
index.ts
src/i18n/zh-TW/index.ts
+2
-1
No files found.
src/components/ticket/order/TicketOrderList.vue
View file @
28f3ee5e
...
...
@@ -3,7 +3,7 @@
<q-card
class=
"light-shadow q-pa-md bg-white rounded-borders q-mb-md"
flat
v-for=
"x in orders"
>
<div
class=
"row items-center desktop-only"
>
<div
class=
"q-mr-md"
>
<q-btn
:color=
"x.MailingState == 1 ? 'cyan' :
'negative'"
unelevated
disable
size=
"sm"
:label=
"`$
{x.MailingState == 1 ? $t('v102.ticket.zq') : $t('v102.ticket.yj
')}`">
</q-btn>
<q-btn
:color=
"x.MailingState == 1 ? 'cyan' :
x.MailingState == 2?'negative':'positive'"
unelevated
disable
size=
"sm"
:label=
"`$
{x.MailingState == 1 ? $t('v102.ticket.zq') : x.MailingState == 2 ?$t('v102.ticket.yj'):$t('v102.ticket.dzp
')}`">
</q-btn>
</div>
<div
class=
"f12 text-grey-6"
>
{{
$t
(
'hotelorder.search.orderNum'
)
}}
:
{{
x
.
OrderNo
}}
</div>
<div
class=
"q-ml-md"
>
...
...
@@ -88,9 +88,14 @@
<div
class=
"f12 text-dark q-mt-sm"
>
{{ x.MailingAddress }}
</div>
</div>
<div
v-else
>
<div
class=
"text-subtitle2 text-dark text-weight-bolder"
>
{{
$t('v102.ticket.zqa
') }}:
</div>
<div
class=
"text-subtitle2 text-dark text-weight-bolder"
>
{{
x.MailingState==1?$t('v102.ticket.zqa'):$t('v102.ticket.dzp
') }}:
</div>
<div
class=
"f12 text-dark q-mt-sm"
>
<
template
v-if=
"x.MailingState==1"
>
{{
x
.
SelffetchAddress
?
x
.
SelffetchAddress
:
$t
(
'v102.ticket.nzqa'
)
}}
</
template
>
<
template
v-else
>
{{
x
.
SelffetchAddress
?
x
.
SelffetchAddress
:
$t
(
'v102.ticket.nzqa1'
)
}}
</
template
>
</div>
</div>
</div>
...
...
src/i18n/ja-RB/index.ts
View file @
28f3ee5e
...
...
@@ -879,7 +879,8 @@ export default {
sb
:
'注文書を提出します'
,
or
:
'注文書です'
,
zqa
:
'自分でアドレスを取ります'
,
nzqa
:
'お客様サービスのご確認後、ご住所が分かりますので、至急メールにてお知らせいたします'
nzqa
:
'お客様サービスのご確認後、ご住所が分かりますので、至急メールにてお知らせいたします'
,
nzqa1
:
'お客様窓口で確認した後、電子チケットが表示されますので、すぐにメールでお知らせします'
},
to
:
{
pageTitle
:
'チケット註文リストです'
,
...
...
src/i18n/ko-HG/index.ts
View file @
28f3ee5e
...
...
@@ -879,7 +879,8 @@ export default {
sb
:
"주문서를 제출하세요"
,
or
:
'주문서 설명'
,
zqa
:
'고유 주소'
,
nzqa
:
'고객 서비스 확인 후 사용자 주소 확인, 제일 먼저 이메일로 알려 드리겠습니다'
nzqa
:
'고객 서비스 확인 후 사용자 주소 확인, 제일 먼저 이메일로 알려 드리겠습니다'
,
nzqa1
:
'고객서비스 확인 후, 전자쿠폰을 볼 수 있으며, 저희는 제일 먼저 이메일로 알려드리겠습니다'
},
to
:
{
pageTitle
:
'티켓 주문 목록'
,
...
...
src/i18n/zh-TW/index.ts
View file @
28f3ee5e
...
...
@@ -879,7 +879,8 @@ export default {
sb
:
'提交訂單'
,
or
:
'訂單備註'
,
zqa
:
'自取地址'
,
nzqa
:
'等待客服確認後,才能看到自取地址,我們將會第一時間通過郵件告知您'
nzqa
:
'等待客服確認後,才能看到自取地址,我們將會第一時間通過郵件告知您'
,
nzqa1
:
'等待客服確認後,才能看到电子券,我們將會第一時間通過郵件告知您'
},
to
:
{
pageTitle
:
'票券訂單列表'
,
...
...
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