From fa86bd0b33eca54d3cd993e8e8a42054267e72f3 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 08 十二月 2025 17:05:25 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/store/modules/permission.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index ebbde1a..7e0a423 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -521,6 +521,19 @@
name: "GyCartypelist",
path: "gyCartypelist",
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "璐圭敤椤圭洰鍒楄〃",
+ },
+ component: () =>
+ import("@/views/basic/gyItemMoney/gyItemMoney.vue"),
+ hidden: false,
+ name: "GyItemMoney",
+ path: "gyItemMoney",
+ },
{
meta: {
icon: "build",
--
Gitblit v1.9.1