Commit 37e152af authored by xiaoyan's avatar xiaoyan

fix: 国际化修改

parent 7b0094d2
......@@ -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)
}
})
})
......
......@@ -494,6 +494,7 @@
"国家": "country",
"预装关联单": "Pre installed related documents",
"关联单": "Rrelated documents",
"混箱": "Mixed",
"仅当前订单": "Only current orders",
"请扫描合包箱号、标签": "Please scan the package number and label",
"合包箱号": "Package number",
......
......@@ -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)
}
})
})
......
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