| 订单号 | -时间 | -金额 | -状态 | -- |
|---|---|---|---|---|
| {item.orderId} | -- {item.createTime ? dayjs(item.createTime).format('YYYY/MM/DD HH:mm:ss') : '-'} - | -{formatPrice(item.price)}元 | -{item.status} | -- {item.status === 'NOTPAY' && ( - - )} - | -
| 订单号 | +时间 | +金额 | +状态 | ++ |
|---|---|---|---|---|
| {item.orderId} | ++ {item.createTime ? dayjs(item.createTime).format('YYYY/MM/DD HH:mm:ss') : '-'} + | +{formatPrice(item.price)}元 | +{item.status} | ++ {item.status === 'NOTPAY' && ( + + )} + | +
| 时间 | -类型 | -金额 | -
|---|---|---|
| - {item.createTime ? dayjs(item.createTime).format('YYYY/MM/DD HH:mm:ss') : '-'} - | -{PromotionTypeMap[item.type]} | -{item.amount} | -