Commit 739c37f5 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复优惠券发券明细部分翻译不存在的问题

parent 7c1d79e4
...@@ -205,11 +205,11 @@ const DeliverCoupon: React.FC<IProps> = (props) => { ...@@ -205,11 +205,11 @@ const DeliverCoupon: React.FC<IProps> = (props) => {
align: 'center', align: 'center',
}, },
{ {
title: intl.formatMessage({ id: 'merchantCoupon.suitUser' }), title: intl.formatMessage({ id: 'merchantCoupon.suitUsers' }),
dataIndex: 'suitableMemberTypeName', dataIndex: 'suitableMemberTypeName',
}, },
{ {
title: intl.formatMessage({ id: 'merchantCoupon.memberTypeName' }), title: intl.formatMessage({ id: 'merchantCoupon.lfy' }),
dataIndex: 'memberTypeName', dataIndex: 'memberTypeName',
}, },
{ {
......
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