Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
罗超
SuperMan
Commits
19ccc79a
Commit
19ccc79a
authored
Mar 19, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增日语言包
parent
f5b9f4e6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
721 additions
and
89 deletions
+721
-89
jp.js
src/assets/common/lang/jp.js
+629
-0
planeTicketInquiry.vue
src/components/SalesModule/planeTicketInquiry.vue
+4
-3
TicketManager.vue
src/components/Ticketing/TicketManager.vue
+86
-85
main.js
src/main.js
+2
-1
No files found.
src/assets/common/lang/jp.js
0 → 100644
View file @
19ccc79a
This diff is collapsed.
Click to expand it.
src/components/SalesModule/planeTicketInquiry.vue
View file @
19ccc79a
...
...
@@ -63,6 +63,7 @@
border-left
:
0
;
/* overflow: hidden; */
position
:
relative
;
padding-top
:
10px
;
}
.PlaneTicket
._ol_list
>
li
:hover
{
box-shadow
:
0px
0px
20px
rgba
(
191
,
191
,
191
,
1
);
...
...
@@ -232,7 +233,7 @@
/* width: 245px; */
height
:
60px
;
background-color
:
#f9f9f9
;
margin-top
:
9px
;
/* margin-top: 9px; */
padding-right
:
10px
;
}
.TK_SeatList
>
ul
>
li
:nth-child
(
1
)
{
...
...
@@ -942,7 +943,7 @@
.vmiddle
{
display
:
flex
;
align-items
:
Center
;
height
:
78px
;
/* height: 78px; */
}
.Plan_Query
.el-button--primary
{
background-color
:
#fff
!important
;
...
...
@@ -998,7 +999,7 @@
/*航班详情*/
.PlaneTicket
.FlightDivDetails
{
width
:
100%
;
height
:
65px
;
/* height: 65px; */
overflow
:
auto
;
}
.PlaneTicket
._flightList
{
...
...
src/components/Ticketing/TicketManager.vue
View file @
19ccc79a
This diff is collapsed.
Click to expand it.
src/main.js
View file @
19ccc79a
...
...
@@ -142,7 +142,8 @@ const i18n = new VueI18n({
messages
:
{
'zh-CN'
:
require
(
'./assets/common/lang/zh'
),
// 中文语言包
'en-US'
:
require
(
'./assets/common/lang/en'
),
// 英文语言包
'zh-TW'
:
require
(
'./assets/common/lang/zh-tw'
)
// 台湾语言包
'zh-TW'
:
require
(
'./assets/common/lang/zh-tw'
),
// 台湾语言包
'Japanese'
:
require
(
'./assets/common/lang/jp'
)
// 日本语言包
}
})
...
...
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