|
@@ -40,8 +40,8 @@ const smallTitle = [
|
|
|
const menuList = ref([
|
|
|
{ icon: 'mdi-account-group-outline', title: '门墩儿直聘', to: '/personal' },
|
|
|
{ icon: 'mdi-shopping-outline', title: '臻选商城', to: '/mall' },
|
|
|
- { icon: 'mdi-chart-bar-stacked', title: '考勤管理', to: '' },
|
|
|
- { icon: 'mdi-checkbox-marked-outline', title: '审批管理', to: '' },
|
|
|
+ { icon: 'mdi-chart-bar-stacked', title: '数据服务', to: '' },
|
|
|
+ { icon: 'mdi-school-outline', title: '火苗儿校企', to: '' },
|
|
|
])
|
|
|
const handleClick = (item) => {
|
|
|
// router.push(item.to)
|