|
@@ -37,7 +37,7 @@ export default {
|
|
type: 'select',
|
|
type: 'select',
|
|
name: 'state',
|
|
name: 'state',
|
|
label: '订单状态',
|
|
label: '订单状态',
|
|
- options: setStatus(['未支付', '已支付', '待支付'], [-1, 1, 0]),
|
|
|
|
|
|
+ options: setStatus(['取消支付', '待支付', '已支付'], [-1, 0, 1]),
|
|
format: val => (val !== null && val !== '' ? val : null)
|
|
format: val => (val !== null && val !== '' ? val : null)
|
|
}
|
|
}
|
|
]
|
|
]
|