|
|
@@ -38,15 +38,20 @@ export default {
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- title:'商品',
|
|
|
+ title:'花束',
|
|
|
list:[
|
|
|
{ name: "花束", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goods/list",pf:1},
|
|
|
{ name: "花束品种", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goods/kind",pf:1},
|
|
|
+ //{ name: "涨价设置", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goods/price-increase",pf:1},
|
|
|
+ { name: "商城分类", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goods/category",pf:1},
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'绿植',
|
|
|
+ list:[
|
|
|
{ name: "绿植", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goods/lz",pf:1},
|
|
|
{ name: "绿植品种", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goods/lzKind",pf:1},
|
|
|
- { name: "商城分类", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goods/category",pf:1},
|
|
|
- { name: "涨价设置", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goods/price-increase",pf:1},
|
|
|
- { name: "商品盘点", img: `${this.$constant.imgUrl}/ghs/home/pandian.png`, url: "/admin/goods/pdList",pf:1},
|
|
|
+ { name: "绿植盘点", img: `${this.$constant.imgUrl}/ghs/home/pandian.png`, url: "/admin/goods/pdList",pf:1}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
@@ -150,7 +155,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.tabs-name {
|
|
|
- color: $fontColor2;
|
|
|
+ color: #444444;
|
|
|
margin-top: 10upx;
|
|
|
}
|
|
|
&:nth-child(-n + 4) {
|