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
8e58da84
Commit
8e58da84
authored
Jan 10, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b0bc9ae2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
TicketOrderList.vue
src/components/ticket/order/TicketOrderList.vue
+1
-1
index.ts
src/i18n/zh-TW/index.ts
+3
-3
No files found.
src/components/ticket/order/TicketOrderList.vue
View file @
8e58da84
...
@@ -226,7 +226,7 @@ export default defineComponent({
...
@@ -226,7 +226,7 @@ export default defineComponent({
copyId
:
0
,
copyId
:
0
,
expendsOrderId
:
0
,
expendsOrderId
:
0
,
cols
:
[
cols
:
[
{
name
:
'Date'
,
label
:
t
(
'v102.ticket.jq'
),
field
:
(
row
:
any
)
=>
row
.
Date
,
align
:
'left'
},
{
name
:
'Date'
,
label
:
t
(
'v102.ticket.jq'
)
+
'('
+
t
(
'v102.ticket.d'
)
+
')'
,
field
:
(
row
:
any
)
=>
row
.
Date
,
align
:
'left'
},
{
name
:
'TicketName'
,
label
:
t
(
'v102.ticket.hn'
),
field
:
(
row
:
any
)
=>
row
.
TicketName
,
align
:
'left'
},
{
name
:
'TicketName'
,
label
:
t
(
'v102.ticket.hn'
),
field
:
(
row
:
any
)
=>
row
.
TicketName
,
align
:
'left'
},
{
name
:
'Num'
,
label
:
t
(
'v102.ticket.sl'
),
field
:
(
row
:
any
)
=>
row
.
Num
,
align
:
'left'
},
{
name
:
'Num'
,
label
:
t
(
'v102.ticket.sl'
),
field
:
(
row
:
any
)
=>
row
.
Num
,
align
:
'left'
},
{
name
:
'Money'
,
label
:
t
(
'hotelorder.col.m'
),
field
:
(
row
:
any
)
=>
row
.
Money
,
align
:
'left'
}
{
name
:
'Money'
,
label
:
t
(
'hotelorder.col.m'
),
field
:
(
row
:
any
)
=>
row
.
Money
,
align
:
'left'
}
...
...
src/i18n/zh-TW/index.ts
View file @
8e58da84
...
@@ -789,9 +789,9 @@ export default {
...
@@ -789,9 +789,9 @@ export default {
v102
:{
v102
:{
ticket
:{
ticket
:{
nobj
:
'暫無報價,不能下單'
,
nobj
:
'暫無報價,不能下單'
,
d
:
'
门票
日期'
,
d
:
'日期'
,
jq
:
'景區名稱'
,
jq
:
'景區名稱'
,
hn
:
'
门票名称
'
,
hn
:
'
票券名稱
'
,
sl
:
'数量'
,
sl
:
'数量'
,
starttime
:
'门票時間'
,
starttime
:
'门票時間'
,
pageTitle
:
"票券檢索"
,
pageTitle
:
"票券檢索"
,
...
@@ -865,7 +865,7 @@ export default {
...
@@ -865,7 +865,7 @@ export default {
},
},
to
:{
to
:{
pageTitle
:
'票券訂單列表'
,
pageTitle
:
'票券訂單列表'
,
ticketName
:
'
票券
名稱'
,
ticketName
:
'
景點
名稱'
,
Name
:
'客人名稱'
,
Name
:
'客人名稱'
,
qj
:
'取券方式'
,
qj
:
'取券方式'
,
qjc
:
'取件人姓名(中/英)'
,
qjc
:
'取件人姓名(中/英)'
,
...
...
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