Commit 1ab69a2c authored by FE-安焕焕's avatar FE-安焕焕 👣

订单状态字段变更

parent 18119c04
...@@ -186,15 +186,10 @@ const TableList = props => { ...@@ -186,15 +186,10 @@ const TableList = props => {
}, },
{ {
title: '订单状态', title: '订单状态',
dataIndex: 'orderStatus', dataIndex: 'orderStatusDesc',
key: 'orderStatus', key: 'orderStatusDesc',
width: 120, width: 120,
hideInSearch: true, hideInSearch: true,
valueEnum: {
12: '待发货',
13: '待收货',
21: '订单完成',
},
}, },
{ {
title: '订单开始时间', 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