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
8fd4d870
Commit
8fd4d870
authored
Apr 12, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
7ec07a1b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletion
+9
-1
index.ts
src/i18n/ja-RB/index.ts
+1
-0
index.ts
src/i18n/ko-HG/index.ts
+1
-0
index.ts
src/i18n/zh-TW/index.ts
+1
-0
detailsNew.vue
src/pages/scheduledTrip/detailsNew.vue
+6
-1
No files found.
src/i18n/ja-RB/index.ts
View file @
8fd4d870
...
...
@@ -1167,6 +1167,7 @@ export default {
month
:
'月'
},
scheduledTripDetails
:{
pageTitle
:
'スケジュールの詳細です'
,
since
:
'起きます'
,
selectionscheme
:
'案を選びます'
,
headerlabel
:{
...
...
src/i18n/ko-HG/index.ts
View file @
8fd4d870
...
...
@@ -1167,6 +1167,7 @@ export default {
month
:
"달"
},
scheduledTripDetails
:{
pageTitle
:
'여정 상세 상황'
,
since
:
'일어나'
,
selectionscheme
:
"배열 선택"
,
headerlabel
:{
...
...
src/i18n/zh-TW/index.ts
View file @
8fd4d870
...
...
@@ -1167,6 +1167,7 @@ export default {
month
:
'月'
},
scheduledTripDetails
:{
pageTitle
:
'行程詳情'
,
since
:
'起'
,
selectionscheme
:
'選擇方案'
,
headerlabel
:{
...
...
src/pages/scheduledTrip/detailsNew.vue
View file @
8fd4d870
...
...
@@ -286,6 +286,7 @@ import { inject, reactive, toRefs, defineComponent, ref, watch, getCurrentInstan
import
{
useRouter
}
from
'vue-router'
import
{
useI18n
}
from
'vue-i18n'
import
{
DirtionmaryHelper
}
from
'src/config/dictionary'
import
useMetaModule
from
'../../module/meta/metaModule'
import
scheduledTripService
from
'src/api/scheduledTrip'
import
{
ApiResult
}
from
'src/@types/enumHelper'
import
message
from
'src/utils/message'
...
...
@@ -318,6 +319,10 @@ export default defineComponent({
const
diyContext
=
ref
(
null
)
as
any
const
pricelistref
=
ref
(
null
)
as
any
let
{
ctx
:
that
,
proxy
}
=
getCurrentInstance
()
let
{
setTitle
}
=
useMetaModule
()
const
pageTitle
=
inject
(
DirtionmaryHelper
.
PAGE_TITLE_KEY
)
as
any
pageTitle
.
value
=
t
(
'v103.scheduledTripDetails.pageTitle'
)
setTitle
(
pageTitle
.
value
)
const
data
=
reactive
({
tab
:
t
(
'v103.scheduledTripDetails.righttitle.d1'
),
...
...
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