From e2568e90ce2c0995e24f41bcf2231cf287f27c0e Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期三, 21 一月 2026 15:57:02 +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, 27 insertions(+), 13 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 923ec59..32a61a6 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -74,21 +74,35 @@
name: "WL_YayBill",
path: "WL_YayBill",
},
- // {
- // meta: {
- // icon: "build",
- // link: null,
- // noCache: false,
- // title: "杩愬崟缂栬緫",
- // },
- // component: () =>
- // import("@/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue"),
- // hidden: false,
- // name: "Add_Edit_WL_YayBill",
- // path: "Add_Edit_WL_YayBill",
- // },
],
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "杩愯緭瀹氫綅",
+ },
+ hidden: false,
+ name: "WayBillPaymentBill",
+ path: "WayBillPaymentBill",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [{
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "杩愬崟璐圭敤缁撶畻鍗�",
+ },
+ component: () =>
+ import("@/views/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList.vue"),
+ hidden: false,
+ name: "yfPayMentOtherBillTranList",
+ path: "YFPayMentOtherBillTranList",
+ }
+ ]
+ }
],
},
{
--
Gitblit v1.9.1