|
|
@@ -31,17 +31,6 @@ export default {
|
|
|
data(){
|
|
|
return {
|
|
|
menuList: [
|
|
|
- {
|
|
|
- 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:[
|
|
|
@@ -63,20 +52,41 @@ export default {
|
|
|
{
|
|
|
title:'门店',
|
|
|
list:[
|
|
|
- {name: "客户等级",img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,url: "/admin/custom/levelSet"},
|
|
|
{name: "门店",img: `${this.$constant.imgUrl}/ghs/home/shop.png`,url: "/admin/shop/list"},
|
|
|
{name: "员工",img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,url: "/admin/staff/list"},
|
|
|
{name: "调拨出库",img: `${this.$constant.imgUrl}/ghs/home/dbck.png`,url: "/pagesStorehouse/allot/allotEx"},
|
|
|
{name: "调拨入库",img: `${this.$constant.imgUrl}/ghs/home/dbrk.png`,url: "/pagesStorehouse/allot/allotPut"},
|
|
|
- {name: "库存预警",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/pagesStorehouse/stockWarn/manage"},
|
|
|
- {name: "盘点",img: `${this.$constant.imgUrl}/ghs/home/pandian.png`,url: "/pagesStorehouse/inventory/list"},
|
|
|
{name: "员工业绩",img: `${this.$constant.imgUrl}/ghs/home/icon_ygyj.png`,url: "/admin/staff/achieve"},
|
|
|
- {name: "供应商",img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,url: "/admin/ghs/shop"},
|
|
|
- {name: "报损单",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/breakage/list"},
|
|
|
+ {name: "客户等级标准",img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,url: "/admin/custom/levelSet"},
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'采购与供应商',
|
|
|
+ list:[
|
|
|
+ {name: "供应商",img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,url: "/pagesPurchase/supplier"},
|
|
|
{name: "采购单",img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,url: "/pagesPurchase/order"},
|
|
|
{name: "采购设置",img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,url: "/admin/cg/set"},
|
|
|
]
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'库存管理',
|
|
|
+ list:[
|
|
|
+ {name: "库存预警",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/pagesStorehouse/stockWarn/manage"},
|
|
|
+ {name: "盘点",img: `${this.$constant.imgUrl}/ghs/home/pandian.png`,url: "/pagesStorehouse/inventory/list"},
|
|
|
+ {name: "报损单",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/breakage/list"},
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ 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"}
|
|
|
+ ]
|
|
|
+ },
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
@@ -89,14 +99,14 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.apply-content_box {
|
|
|
padding-top: 1upx;
|
|
|
- padding-bottom: 60upx;
|
|
|
+ padding-bottom: 30upx;
|
|
|
& .apply-list_box {
|
|
|
margin-top: 20px;
|
|
|
padding:40upx 30upx;
|
|
|
background-color: #FFFFFF;
|
|
|
& > .tit {
|
|
|
color: #333333;
|
|
|
- font-size: 32upx;
|
|
|
+ font-size: 30upx;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
}
|