三级菜单样式调整

This commit is contained in:
2025-12-02 13:54:13 +08:00
parent 0606a5a5c5
commit 6d07a69020
14 changed files with 58 additions and 32 deletions

View File

@@ -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,
},