Compare commits
7 Commits
651ec7adc6
...
aae4b20938
| Author | SHA1 | Date |
|---|---|---|
|
|
aae4b20938 | |
|
|
96cc6d3dda | |
|
|
8524cc1ec0 | |
|
|
39a64d3714 | |
|
|
09093ad48b | |
|
|
dfcc8c80e0 | |
|
|
f5e0065053 |
|
|
@ -197,6 +197,10 @@ const ListPage: React.FC = () => {
|
||||||
title: '订单包含',
|
title: '订单包含',
|
||||||
dataIndex: 'keyword',
|
dataIndex: 'keyword',
|
||||||
hideInTable: true,
|
hideInTable: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '订单ID',
|
||||||
|
dataIndex: 'externalOrderId',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '订单日期',
|
title: '订单日期',
|
||||||
|
|
@ -245,7 +249,6 @@ const ListPage: React.FC = () => {
|
||||||
{
|
{
|
||||||
title: '状态',
|
title: '状态',
|
||||||
dataIndex: 'orderStatus',
|
dataIndex: 'orderStatus',
|
||||||
hideInSearch: true,
|
|
||||||
valueType: 'select',
|
valueType: 'select',
|
||||||
valueEnum: ORDER_STATUS_ENUM,
|
valueEnum: ORDER_STATUS_ENUM,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue