shish пре 1 година
родитељ
комит
c633d804b2
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      ghsApp/src/admin/home/apply.vue

+ 4 - 2
ghsApp/src/admin/home/apply.vue

@@ -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"}
                     ]
                 },
                 {