三级菜单样式调整
This commit is contained in:
@@ -38,7 +38,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
component: () => import("@/views/data/index.vue"),
|
||||
name: "",
|
||||
meta: {
|
||||
title: "数据统计",
|
||||
title: "经营数据",
|
||||
affix: false,
|
||||
keepAlive: true,
|
||||
},
|
||||
@@ -68,7 +68,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
name: "workStatistics",
|
||||
component: () => import("@/views/data/work.vue"),
|
||||
meta: {
|
||||
title: "交班记录",
|
||||
title: "收银交班记录",
|
||||
affix: false,
|
||||
keepAlive: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user