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
cdce09dc
Commit
cdce09dc
authored
Apr 13, 2025
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8832469f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
162 additions
and
20 deletions
+162
-20
quasar.conf.js
quasar.conf.js
+1
-1
index.ts
src/i18n/en-US/index.ts
+7
-1
index.ts
src/i18n/ja-RB/index.ts
+25
-0
index.ts
src/i18n/zh-SW/index.ts
+26
-0
index.ts
src/i18n/zh-TW/index.ts
+23
-1
productList.vue
src/pages/travel/components/productList.vue
+80
-17
No files found.
quasar.conf.js
View file @
cdce09dc
...
...
@@ -64,7 +64,7 @@ module.exports = configure(function (ctx) {
publicPath
:
ctx
.
dev
?
'/'
:
'./'
,
env
:
ctx
.
dev
?
{
BASE_APP_API
:
'http://
reborn.oytour.com
/api/common/post'
,
BASE_APP_API
:
'http://
192.168.5.46:
/api/common/post'
,
JAVA_URL_API
:
'http://efficient.oytour.com'
,
VERSION
:
require
(
'./package.json'
).
version
,
...
...
src/i18n/en-US/index.ts
View file @
cdce09dc
...
...
@@ -359,7 +359,7 @@ export default {
three
:
'Remittance instructions'
},
travel
:
{
first
:
'Cons
ro
tium'
,
first
:
'Cons
or
tium'
,
second
:
'Group Detail'
,
three
:
'Booking list'
,
four
:
'Settlement'
,
...
...
@@ -390,6 +390,11 @@ export default {
}
},
travel
:
{
type
:
'Type'
,
b2cPirce
:
'Normal Pprice'
,
b2bPirce
:
'Member Price'
,
MiddlePrice
:
'Consortium'
,
priceDetail
:
'Price Details'
,
status
:{
normal
:
'All'
,
regular
:
'Regular'
,
...
...
@@ -1497,6 +1502,7 @@ export default {
query_flightNum
:
'Flight number'
,
queryarrivalTime
:
'Arrival time'
,
query_stopCity
:
'Stopped city'
,
query_arrivalTime
:
'Arrival time'
,
ph_flightTime
:
'Departure time'
,
},
//#endregion
...
...
src/i18n/ja-RB/index.ts
View file @
cdce09dc
...
...
@@ -367,7 +367,32 @@ export default {
second
:
'リスト'
,
}
},
notice
:
{
pageTitle
:
'お知らせ'
,
search
:
{
title
:
'お知らせのタイトル'
,
},
column
:
{
title
:
'お知らせのタイトル'
,
publisher
:
'発行者'
,
releaseDate
:
'発行日'
,
action
:
'操作'
,
},
placeholder
:
{
title
:
'タイトルを入力してください'
,
},
view
:
'View'
,
detail
:
{
title
:
'お知らせの詳細'
,
file
:
'添付ファイル'
,
}
},
travel
:
{
type
:
'タイプ'
,
b2cPirce
:
'B2C価格'
,
b2bPirce
:
'B2B価格'
,
MiddlePrice
:
'中心価格'
,
priceDetail
:
'価格詳細'
,
status
:{
normal
:
'すべて'
,
regular
:
'正常'
,
...
...
src/i18n/zh-SW/index.ts
View file @
cdce09dc
...
...
@@ -367,7 +367,33 @@ export default {
second
:
'列表'
,
}
},
notice
:
{
pageTitle
:
'公告'
,
search
:
{
title
:
'公告標題'
,
},
column
:
{
title
:
'公告標題'
,
publisher
:
'發佈者'
,
releaseDate
:
'發佈日期'
,
action
:
'操作'
,
},
placeholder
:
{
title
:
'請輸入標題'
,
},
view
:
'查看'
,
detail
:
{
title
:
'公告詳情'
,
file
:
'附件'
,
}
},
travel
:
{
type
:
'类型'
,
b2cPirce
:
'直客价格'
,
b2bPirce
:
'代理价格'
,
MiddlePrice
:
'中心价'
,
priceDetail
:
'价格详情'
,
status
:{
normal
:
'全部'
,
regular
:
'正常'
,
...
...
src/i18n/zh-TW/index.ts
View file @
cdce09dc
...
...
@@ -369,9 +369,31 @@ export default {
}
},
notice
:
{
pageTitle
:
'公告欄'
,
pageTitle
:
'公告'
,
search
:
{
title
:
'公告標題'
,
},
column
:
{
title
:
'公告標題'
,
publisher
:
'發佈者'
,
releaseDate
:
'發佈日期'
,
action
:
'操作'
,
},
placeholder
:
{
title
:
'請輸入標題'
,
},
view
:
'查看'
,
detail
:
{
title
:
'公告詳情'
,
file
:
'附件'
,
}
},
travel
:
{
b2cPirce
:
'直客價格'
,
b2bPirce
:
'代理價格'
,
MiddlePrice
:
'中心價'
,
priceDetail
:
'價格詳情'
,
type
:
'Type'
,
status
:{
normal
:
'全部'
,
regular
:
'正常'
,
...
...
src/pages/travel/components/productList.vue
View file @
cdce09dc
This diff is collapsed.
Click to expand it.
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