Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-pda-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-pda-master
Commits
37e152af
Commit
37e152af
authored
Feb 26, 2025
by
xiaoyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 国际化修改
parent
7b0094d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
index.vue
src/components/order-detail-modal/index.vue
+1
-2
en_US.json
src/i18n/languages/en_US.json
+1
-0
mixOrderList.vue
src/pages/tally/mixOrderList.vue
+1
-2
No files found.
src/components/order-detail-modal/index.vue
View file @
37e152af
...
...
@@ -113,8 +113,7 @@ export default {
ids
?.
split
(
'
,
'
).
forEach
(
e
=>
{
this
.
productAttrList
.
forEach
(
f
=>
{
if
(
parseInt
(
e
)
===
f
.
id
)
{
// result.push(this.isChinese ? f.attrName : f.attrNameEn)
result
.
push
(
f
.
attrName
)
result
.
push
(
this
.
isChinese
?
f
.
attrName
:
f
.
attrNameEn
)
}
}
)
}
)
...
...
src/i18n/languages/en_US.json
View file @
37e152af
...
...
@@ -494,6 +494,7 @@
"国家"
:
"country"
,
"预装关联单"
:
"Pre installed related documents"
,
"关联单"
:
"Rrelated documents"
,
"混箱"
:
"Mixed"
,
"仅当前订单"
:
"Only current orders"
,
"请扫描合包箱号、标签"
:
"Please scan the package number and label"
,
"合包箱号"
:
"Package number"
,
...
...
src/pages/tally/mixOrderList.vue
View file @
37e152af
...
...
@@ -91,8 +91,7 @@ export default {
ids
?.
split
(
'
,
'
).
forEach
(
e
=>
{
this
.
productAttrList
.
forEach
(
f
=>
{
if
(
parseInt
(
e
)
===
f
.
id
)
{
// result.push(this.isChinese ? f.attrName : f.attrNameEn)
result
.
push
(
f
.
attrName
)
result
.
push
(
this
.
isChinese
?
f
.
attrName
:
f
.
attrNameEn
)
}
})
})
...
...
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