mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 18:45:06 +08:00
订单列表和订单详情页初步完善
This commit is contained in:
7
yudao-ui-app/common/orderStatus.js
Normal file
7
yudao-ui-app/common/orderStatus.js
Normal 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'}
|
||||
}
|
Reference in New Issue
Block a user