Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
陈智峰
jinfa-platform
Commits
6d7d6d61
Commit
6d7d6d61
authored
Dec 20, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改国际化文字
parent
d4fb7b08
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
components.ts
src/locales/zh-CN/afterService/components.ts
+1
-1
index.ts
.../afterService/components/ReturnInfoDrawer/schema/index.ts
+1
-2
No files found.
src/locales/zh-CN/afterService/components.ts
View file @
6d7d6d61
...
...
@@ -189,7 +189,7 @@ export default {
'afterService.components.ReturnDetailInfo.payCount'
:
'支付次数'
,
'afterService.components.ReturnDetailInfo.outerStatus'
:
'状态'
,
'afterService.components.ReturnDetailInfo.payNode'
:
'支付环节'
,
'afterService.components.ReturnDetailInfo.payAmount'
:
'
已
支付金额'
,
'afterService.components.ReturnDetailInfo.payAmount'
:
'支付金额'
,
'afterService.components.ReturnDetailInfo.payRatio'
:
'支付比例'
,
'afterService.components.ReturnDetailInfo.refundAmount'
:
'退款金额'
,
'afterService.components.ReturnDetailInfo.payWayName'
:
'支付方式'
,
...
...
src/pages/afterService/components/ReturnInfoDrawer/schema/index.ts
View file @
6d7d6d61
...
...
@@ -158,7 +158,7 @@ const schema: ISchema = {
},
payAmount
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'afterService.components.ReturnDetailInfo.pay
Ratio'
},
{
default
:
'支付比例
'
}),
title
:
intl
.
formatMessage
({
id
:
'afterService.components.ReturnDetailInfo.pay
Amount'
},
{
default
:
'支付金额
'
}),
editable
:
false
,
'x-component-props'
:
{
addonBefore
:
intl
.
formatMessage
({
id
:
'common.money'
},
{
default
:
'¥ '
}),
...
...
@@ -221,7 +221,6 @@ const schema: ISchema = {
type
:
'string'
,
title
:
`
${
intl
.
formatMessage
({
id
:
'afterService.components.ReturnDetailInfo.refundAmount'
},
{
default
:
'退款金额'
})}
(
${
intl
.
formatMessage
({
id
:
'common.money.yuan'
},
{
default
:
'元'
})}
)`
,
editable
:
false
,
default
:
0
,
'x-component-props'
:
{
addonBefore
:
intl
.
formatMessage
({
id
:
'common.money'
},
{
default
:
'¥ '
}),
},
...
...
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