You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bsdgy-front/src/pages/shop/IncreaseManager.vue

28 lines
599 B
Vue

6 years ago
<template>
<div>
<Menu mode="horizontal" active-name="1">
<MenuItem name="1" to="/shop/increase/manager/store">
<Icon type="ios-paper" />
门店号管理
</MenuItem>
<MenuItem name="2" to="/shop/increase/manager/staff">
<Icon type="ios-people" />
推广人员管理
</MenuItem>
</Menu>
<div>
<router-view/>
</div>
</div>
</template>
<script>
export default {
name: "ShopIncrease"
}
</script>
<style scoped>
</style>