From 66a5fe964fb105cda88346811619d1bc12d91748 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期二, 25 八月 2026 16:30:36 +0800
Subject: [PATCH] feat(mes): 设计项目列表新增「审核文件」按钮,按文件审核状态显隐「提交审批」

---
 src/router/routes/index.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts
index e2e8d62..738f9d3 100644
--- a/src/router/routes/index.ts
+++ b/src/router/routes/index.ts
@@ -1,6 +1,6 @@
 import type { RouteRecordRaw } from 'vue-router';
 
-import { mergeRouteModules, traverseTreeValues } from '../../packages/utils/src';
+import { mergeRouteModules, traverseTreeValues } from '@vben/utils';
 
 import { coreRoutes, fallbackNotFoundRoute } from './core';
 

--
Gitblit v1.9.3