桌台统计改为台桌统计

This commit is contained in:
2025-12-02 15:33:53 +08:00
parent 457c34ee66
commit 63aff85987

View File

@@ -58,7 +58,7 @@ export const constantRoutes: RouteRecordRaw[] = [
name: "", name: "",
component: () => import("@/views/data/table.vue"), component: () => import("@/views/data/table.vue"),
meta: { meta: {
title: "台统计", title: "台统计",
affix: false, affix: false,
keepAlive: true, keepAlive: true,
}, },