Compare commits
6 Commits
aae4b20938
...
651ec7adc6
| Author | SHA1 | Date |
|---|---|---|
|
|
651ec7adc6 | |
|
|
ae057d5823 | |
|
|
1a68e469dd | |
|
|
ffa77560fa | |
|
|
944baf64d0 | |
|
|
ce75777195 |
|
|
@ -197,10 +197,6 @@ const ListPage: React.FC = () => {
|
||||||
title: '订单包含',
|
title: '订单包含',
|
||||||
dataIndex: 'keyword',
|
dataIndex: 'keyword',
|
||||||
hideInTable: true,
|
hideInTable: true,
|
||||||
},
|
|
||||||
{
|
|
||||||
title: '订单ID',
|
|
||||||
dataIndex: 'externalOrderId',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '订单日期',
|
title: '订单日期',
|
||||||
|
|
@ -249,6 +245,7 @@ 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