From edb934c96a9a04069f8e9e99bd296eea41964d13 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期三, 21 一月 2026 15:02:07 +0800
Subject: [PATCH] 运单费用结算单
---
src/store/modules/permission.js | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 923ec59..0123393 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -74,19 +74,19 @@
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: "杩愬崟璐圭敤缁撶畻鍗�",
+ },
+ component: () =>
+ import("@/views/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList.vue"),
+ hidden: false,
+ name: "yf_PayMentOtherBillTranList",
+ path: "YF_PayMentOtherBillTranList",
+ },
],
},
],
--
Gitblit v1.9.1