|
|
@@ -49,10 +49,11 @@ export default {
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- title: '任务',
|
|
|
+ title: '生产',
|
|
|
list: [
|
|
|
{ name: "列表", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/work/list",pf:1},
|
|
|
- { name: "制作统计", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/stat/makeStat",pf:1},
|
|
|
+ {name: "生产统计",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/stat/kind",pf:1},
|
|
|
+ { name: "员工生产统计", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/stat/makeStat",pf:1},
|
|
|
{ name: "设置", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/work/set",pf:1},
|
|
|
]
|
|
|
},
|
|
|
@@ -80,7 +81,6 @@ export default {
|
|
|
// {name: "客户下单榜",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/stat/customSale",pf:1},
|
|
|
{name: "采购统计",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/stat/cgStat",pf:1},
|
|
|
{name: "采购花材",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/stat/cgItem",pf:1},
|
|
|
- {name: "花束统计",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/stat/kind",pf:1},
|
|
|
{name: "绿植统计",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/stat/kindLz",pf:1},
|
|
|
{name: "损耗总览",img: `${this.$constant.imgUrl}/ghs/home/jyzk.png`,url: "/admin/stat/waste"}
|
|
|
]
|