Commit e116a3c7 authored by 王苓芝's avatar 王苓芝

查询条件调整

parent f9cc724b
......@@ -21,21 +21,22 @@ export const column = [
dataIndex: 'receiverPhone',
width: 200,
},
{
title: '订单取消提交时间',
dataIndex: 'applyTime',
key: 'applyTime',
title: '订单创建时间',
dataIndex: 'orderTime',
key: 'orderTime',
valueType: 'dateRange',
width: 200,
},
{
title: '订单创建时间',
dataIndex: 'orderTime',
key: 'orderTime',
title: '订单取消提交时间',
dataIndex: 'applyTime',
key: 'applyTime',
valueType: 'dateRange',
width: 200,
},
{
title: '支付完成时间',
dataIndex: 'payFinishTime',
......
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