订单列表和订单详情页初步完善

This commit is contained in:
sfmind
2022-12-14 00:58:25 +08:00
parent f9b4874ee9
commit d5c1c29795
8 changed files with 493 additions and 115 deletions

View File

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