From f07e539896420f2827c714c92b157654c90b71c2 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 24 六月 2026 13:09:50 +0800
Subject: [PATCH] 中兴实强 1.供应商往来、客户网来展示字段修改
---
src/router/index.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 7be3668..e05a1af 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -131,6 +131,19 @@
},
],
},
+ {
+ path: "/customer-transactions-detail",
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: "",
+ component: () => import("@/views/salesManagement/receiptPaymentLedger/detail.vue"),
+ name: "CustomerTransactionsDetail",
+ meta: { title: "瀹㈡埛寰�鏉ヨ鎯�", activeMenu: "/salesManagement/receiptPaymentLedger" },
+ },
+ ],
+ },
// 璐㈠姟绠$悊妯″潡璺敱
// {
// path: "/financial",
--
Gitblit v1.9.3