|
|
@@ -57,6 +57,13 @@ export default {
|
|
|
{name: "预订单设置",img: `${this.$constant.imgUrl}/ghs/home/shop.png`,url: "/admin/order/bookSet"},
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ title:'支出',
|
|
|
+ list:[
|
|
|
+ {name: "员工工资",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/staff/salary"},
|
|
|
+ {name: "房租水电",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/shop/rent"},
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
title:'客户与门店',
|
|
|
list:[
|
|
|
@@ -102,7 +109,10 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
goToPage(info){
|
|
|
- console.log(info)
|
|
|
+ if(info.url == '/admin/staff/salary' || info.url == '/admin/shop/rent'){
|
|
|
+ this.$msg('开发中')
|
|
|
+ return
|
|
|
+ }
|
|
|
this.$util.pageTo(info)
|
|
|
}
|
|
|
}
|