You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
255 B

1 year ago
export default {
'0': { name: '待付款', icon: 'red-packet'},
'10': { name: '待发货', icon: 'car'},
'20': { name: '待收货', icon: 'order'},
'30': { name: '已完成', icon: 'integral'},
'40': { name: '已取消', icon: 'close-circle'}
}