|
|
@@ -19,7 +19,7 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
import NotLogin from "@/components/not-login";
|
|
|
-export default { // 应用页面
|
|
|
+export default {
|
|
|
name: 'apply',
|
|
|
components: {
|
|
|
NotLogin
|
|
|
@@ -28,11 +28,15 @@ export default { // 应用页面
|
|
|
return {
|
|
|
menuList: [
|
|
|
{
|
|
|
- title:'花材',
|
|
|
+ title:'商品花材',
|
|
|
list:[
|
|
|
{name: "花材",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/item/list"},
|
|
|
{name: "停用花材",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/item/list?delStatus=1"},
|
|
|
- {name: "花材分类",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/itemClass/list"}
|
|
|
+ {name: "花材分类",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/itemClass/list"},
|
|
|
+ { name: "商品", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goodsManage/list" },
|
|
|
+ { name: "商品分类", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goodsManage/category" },
|
|
|
+ { name: "涨价设置", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goodsManage/price-increase" },
|
|
|
+ { name: "运费规则", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goodsManage/freight" }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
@@ -51,25 +55,25 @@ export default { // 应用页面
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- title: '商品',
|
|
|
+ title: '数据统计',
|
|
|
list: [
|
|
|
- { name: "商品", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goodsManage/list" },
|
|
|
- { name: "商品分类", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goodsManage/category" },
|
|
|
- { name: "涨价设置", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goodsManage/price-increase" },
|
|
|
- { name: "运费规则", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goodsManage/freight" }
|
|
|
+ {name: "利润表",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/statistics/profit"},
|
|
|
+ {name: "收入渠道",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/statistics/kdIncome"},
|
|
|
+ {name: "花材销售榜",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/statistics/productSale"},
|
|
|
+ {name: "客户下单榜",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/statistics/customSale"},
|
|
|
+ {name: "采购统计",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/statistics/cgStat"}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- title: '赚钱分红',
|
|
|
+ title: '代理商',
|
|
|
list: [
|
|
|
+ // {name: "新客福利",img: `${this.$constant.imgUrl}/ghs/home/yqyl.png`,url: "/admin/hb/xrFl"},
|
|
|
+ // {name: "推荐福利",img: `${this.$constant.imgUrl}/ghs/home/yqyl.png`,url: "/admin/hb/tjFl"},
|
|
|
+ // {name: "充值福利",img: `${this.$constant.imgUrl}/ghs/home/yqyl.png`,url: "/admin/item/rechargeHb"},
|
|
|
+ // {name: "充值记录",img: `${this.$constant.imgUrl}/ghs/home/yqyl.png`,url: "/admin/hb/rechargeList"},
|
|
|
+ // {name: "已发红包",img: `${this.$constant.imgUrl}/ghs/home/yqyl.png`,url: "/admin/hb/list"},
|
|
|
{ name: "邀请开店", img: `${this.$constant.imgUrl}/ghs/home/yqyl.png`, url: "/pagesInvite/list" }
|
|
|
]
|
|
|
- },
|
|
|
- {
|
|
|
- title: '数据统计',
|
|
|
- list: [
|
|
|
- { name: "经营概况", img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`, url: "/pagesStatistics/business" }
|
|
|
- ]
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
@@ -120,4 +124,4 @@ export default { // 应用页面
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|