Commit 54b3f06e authored by XieZhiXiong's avatar XieZhiXiong

fix: 格式化时间

parent 83431505
......@@ -86,6 +86,7 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
title: '下单时间',
dataIndex: 'createTime',
align: 'center',
render: text => moment(text).format('YYYY-MM-DD HH:mm:ss'),
},
{
title: '订单状态',
......
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