From 41839ab44e27a646bbdb8359a6fb02130129f853 Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期三, 17 十二月 2025 08:53:26 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/store/modules/permission.js | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 7e0a423..52ab7b5 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -474,6 +474,34 @@
icon: "build",
link: null,
noCache: false,
+ title: "鐗╂祦鍩虹璧勬枡",
+ },
+ hidden: false,
+ name: "Transport",
+ path: "transport",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鎵胯繍鍚堝悓鍗曟嵁",
+ },
+ component: () =>
+ import("@/views/basic/gytransport/cgContractTransportBillList/Cg_ContractTransportBillList.vue"),
+ hidden: false,
+ name: "CgContractTransportBillList",
+ path: "cgContractTransportBillList",
+ },
+ ],
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
title: "鍏敤璧勬枡",
},
hidden: false,
@@ -610,6 +638,18 @@
name: "GyCustomer",
path: "GyCustomer",
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "杈呭姪灞炴�у垪琛�",
+ },
+ component: () => import("@/views/basic/gyProperty/gyPropertyList.vue"),
+ hidden: false,
+ name: "GyProperty",
+ path: "gyProperty",
+ },
],
},
],
--
Gitblit v1.9.1