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

查询条件调整

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