Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-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-operator-master
Commits
39f4974a
Commit
39f4974a
authored
Apr 24, 2024
by
lanbaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-04-24 文字翻译问题处理
parent
52f166d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
en_US.json
src/i18n/languages/en_US.json
+2
-1
zh_CN.json
src/i18n/languages/zh_CN.json
+3
-2
feeApplication.vue
src/views/ecw/order/feeApplication.vue
+4
-1
No files found.
src/i18n/languages/en_US.json
View file @
39f4974a
...
...
@@ -4506,5 +4506,6 @@
"企业"
:
"enterprise"
,
"身份证认证状态"
:
"Identity card authentication status"
,
"角标字段"
:
"Subscript field"
,
"不清楚请留空,已设勿改"
:
"Unclear, please leave blank. It has been set to remain unchanged"
"不清楚请留空,已设勿改"
:
"Unclear, please leave blank. It has been set to remain unchanged"
,
"退仓/已混箱品名"
:
"Returned/mixed Box"
}
src/i18n/languages/zh_CN.json
View file @
39f4974a
...
...
@@ -291,5 +291,6 @@
"毛重(KGS)"
:
"毛重(KGS)"
,
"立方数(CBM)"
:
"立方数(CBM)"
,
"选取文件"
:
"选取文件"
,
"查看提单 {selfNo} 柜号:{cubNo} 柜型:{cabinetLabel}"
:
"查看提单 {selfNo} 柜号:{cubNo} 柜型:{cabinetLabel}"
}
"查看提单 {selfNo} 柜号:{cubNo} 柜型:{cabinetLabel}"
:
"查看提单 {selfNo} 柜号:{cubNo} 柜型:{cabinetLabel}"
,
"退仓/已混箱品名"
:
"退仓/已混箱品名"
}
src/views/ecw/order/feeApplication.vue
View file @
39f4974a
...
...
@@ -29,7 +29,7 @@
<el-table-column
:label=
"$t('货币类型')"
>
<
template
v-slot:default =
'scope'
>
<el-select
:disabled=
"!scope.row.editMode && !!scope.row.status"
v-model=
"scope.row.applicationFeeCurrency"
>
<el-option
v-for=
"item in JSON.parse(currencys)"
:key=
"item.id"
:label=
"i
tem.titleZh
"
:value=
"item.id"
/>
<el-option
v-for=
"item in JSON.parse(currencys)"
:key=
"item.id"
:label=
"i
sChinese ? item.titleZh : item.titleEn
"
:value=
"item.id"
/>
</el-select>
</
template
>
</el-table-column>
...
...
@@ -116,6 +116,9 @@ export default {
}
},
computed
:{
isChinese
()
{
return
this
.
$i18n
.
locale
===
"
zh_CN
"
;
},
feeList
(){
return
this
.
list
.
filter
(
item
=>
item
.
status
===
0
)
},
...
...
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