|
|
@@ -85,11 +85,13 @@ export default {
|
|
|
{
|
|
|
title:'订单与销售',
|
|
|
list:[
|
|
|
- {name: "预订汇总",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/order/statBook"},
|
|
|
{name: "运费设置",img: `${this.$constant.imgUrl}/ghs/home/shop.png`,url: "/admin/order/freight"},
|
|
|
{name: "物流",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/shop/wl"},
|
|
|
{name: "结账记录",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/clear/customList"},
|
|
|
- {name: "售后记录",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/pagesOrder/refundAllList"}
|
|
|
+ {name: "售后记录",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/pagesOrder/refundAllList"},
|
|
|
+ {name: "预订汇总",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/order/statBook"},
|
|
|
+ {name: "预订客户",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/book/custom"},
|
|
|
+ {name: "预订明细",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/book/itemCustom"}
|
|
|
]
|
|
|
},
|
|
|
{
|