Commit 2230b002 authored by Bill's avatar Bill

Merge branch 'cherry-pick-2d3f637b' into 'v2-220318'

Merge branch 'chore-v2' into 'v2' See merge request linkseeks-design/pro-platform!305 (cherry picked from commit 53205c481f713ab502864beb1729face0d6cd441) 39eaa01b Merge branch 'chore-v2' into 'v2'
parent 5fbf69b1
......@@ -201,6 +201,7 @@ const RunningInfo: React.FC<IProps> = (props) => {
{
title: `${intl.formatMessage({ id: 'merchantCoupon.OrderUseTime' })}`,
dataIndex: 'useTime',
render: (text) => text ? moment(text).format('YYYY-MM-DD HH:mm:ss') : '',
},
{
title: `${intl.formatMessage({ id: 'merchantCoupon.Mall'})}`,
......
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