Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-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-web-master
Commits
69f82761
Commit
69f82761
authored
Nov 22, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充发货页面的国际化配置
parent
499da9ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
en.js
src/lang/en.js
+1
-0
zh.js
src/lang/zh.js
+1
-0
delivery.vue
src/views/jiedao/profile/delivery.vue
+1
-1
No files found.
src/lang/en.js
View file @
69f82761
...
...
@@ -1149,6 +1149,7 @@ export default {
addressdetailRules
:
'
The shipping address cannot be blank
'
,
drawee
:
'
*drawee
'
,
customDraweeList
:
'
customDraweeList
'
,
other
:
"
Other
"
,
number
:
'
number
'
,
numberNotice
:
'
Please enter the tracking number of your purchase
'
,
getNumber
:
'
getNumber
'
,
...
...
src/lang/zh.js
View file @
69f82761
...
...
@@ -1072,6 +1072,7 @@ export default {
addressdetailRules
:
'
收货详细地址不能为空
'
,
drawee
:
'
付款人
'
,
customDraweeList
:
'
费用类型
'
,
other
:
"
其他
"
,
number
:
'
快递单号
'
,
numberNotice
:
'
请输入购买商品的快递单号
'
,
getNumber
:
'
生成单号
'
,
...
...
src/views/jiedao/profile/delivery.vue
View file @
69f82761
...
...
@@ -1045,7 +1045,7 @@
</el-card>
<el-card
class=
"mt-10"
>
<
template
#header
>
<section-title
:title=
"$t('
其他
')"
></section-title>
<section-title
:title=
"$t('
delivery.other
')"
></section-title>
</
template
>
<el-descriptions
:column=
"2"
:label-style=
"{width: '100px'}"
border
>
<el-descriptions-item>
...
...
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