Commit a3d317e7 authored by XieZhiXiong's avatar XieZhiXiong

格式化事件

parent 0008a665
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-04 15:09:09
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-12-15 10:08:13
* @LastEditTime: 2020-12-17 15:25:03
* @Description: 维修商品抽屉组件
*/
import React, { useState, useEffect } from 'react';
......@@ -157,6 +157,7 @@ class GoodsDrawer extends React.Component<GoodsDrawerProps, GoodsDrawerState> {
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