- 添加订单取消

- 优化订单列表
- 添加订单备注
This commit is contained in:
sin
2019-03-31 14:46:05 +08:00
parent 85a1be3998
commit 5b51d529de
18 changed files with 1438 additions and 49 deletions

View File

@@ -52,6 +52,7 @@ export default {
// 订单
'menu.order': '订单管理',
'menu.order.order-list': '订单管理',
'menu.order.order-refunds': '退货维权',
// 营销相关
'menu.promotion.promotion-banner-list': 'Banner 管理'
'menu.promotion.promotion-banner-list': 'Banner 管理',
};