Commit 6d7d6d61 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改国际化文字

parent d4fb7b08
......@@ -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': '支付方式',
......
......@@ -158,7 +158,7 @@ const schema: ISchema = {
},
payAmount: {
type: 'string',
title: intl.formatMessage({ id: 'afterService.components.ReturnDetailInfo.payRatio' }, { default: '支付比例' }),
title: intl.formatMessage({ id: 'afterService.components.ReturnDetailInfo.payAmount' }, { 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: '¥ ' }),
},
......
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