From 6a973bf9be9b0ba2dd5f81b37a74b07b18781016 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 13 三月 2025 16:42:15 +0800 Subject: [PATCH] 工时管理-查询参数修改 --- src/router/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 47f9884..ccc0b3f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -133,7 +133,7 @@ component: () => import("@/views/business/productOrder/components/add.vue"), name: "Add", - meta: { title: "鎴愬搧涓嬪崟璇︽儏", activeMenu: "/business/materialOrder",keepAlive: true }, + meta: { title: "鎴愬搧涓嬪崟璇︽儏", activeMenu: "/business/productOrder",keepAlive: true }, }, ], }, -- Gitblit v1.9.3