|
@@ -234,16 +234,6 @@ export default class OrderProfile extends Component {
|
|
|
key: 2,
|
|
|
}]
|
|
|
|
|
|
- // const stepMap = {
|
|
|
- // [Codes.CODE_UNPAID]: 0,
|
|
|
- // [Codes.CODE_PAID]: 1,
|
|
|
- // [Codes.CODE_FORSEND]: 1,
|
|
|
- // [Codes.CODE_SENT]: 2,
|
|
|
- // [Codes.CODE_RECEIVED]: 3,
|
|
|
- // [Codes.CODE_CANCEL]: 4,
|
|
|
- // [Codes.CODE_COMPLETE]: 4,
|
|
|
- // };
|
|
|
- //
|
|
|
return (
|
|
|
<PageHeaderLayout title="订单详情">
|
|
|
<Card title="订单信息" bordered={false} style={{ marginBottom: 20 }}>
|