Commit 37e152af authored by xiaoyan's avatar xiaoyan

fix: 国际化修改

parent 7b0094d2
...@@ -113,8 +113,7 @@ export default { ...@@ -113,8 +113,7 @@ export default {
ids?.split(',').forEach(e => { ids?.split(',').forEach(e => {
this.productAttrList.forEach(f => { this.productAttrList.forEach(f => {
if (parseInt(e) === f.id) { if (parseInt(e) === f.id) {
// result.push(this.isChinese ? f.attrName : f.attrNameEn) result.push(this.isChinese ? f.attrName : f.attrNameEn)
result.push(f.attrName)
} }
}) })
}) })
......
...@@ -494,6 +494,7 @@ ...@@ -494,6 +494,7 @@
"国家": "country", "国家": "country",
"预装关联单": "Pre installed related documents", "预装关联单": "Pre installed related documents",
"关联单": "Rrelated documents", "关联单": "Rrelated documents",
"混箱": "Mixed",
"仅当前订单": "Only current orders", "仅当前订单": "Only current orders",
"请扫描合包箱号、标签": "Please scan the package number and label", "请扫描合包箱号、标签": "Please scan the package number and label",
"合包箱号": "Package number", "合包箱号": "Package number",
......
...@@ -91,8 +91,7 @@ export default { ...@@ -91,8 +91,7 @@ export default {
ids?.split(',').forEach(e => { ids?.split(',').forEach(e => {
this.productAttrList.forEach(f => { this.productAttrList.forEach(f => {
if (parseInt(e) === f.id) { if (parseInt(e) === f.id) {
// result.push(this.isChinese ? f.attrName : f.attrNameEn) result.push(this.isChinese ? f.attrName : f.attrNameEn)
result.push(f.attrName)
} }
}) })
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment