From cdd0159484f86674e0fe50918c7e494500d57a5f Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 19 十一月 2025 10:54:44 +0800
Subject: [PATCH] 销售退货单菜单、路径配置
---
src/store/modules/permission.js | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 61659e8..7c4cdc5 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -214,6 +214,45 @@
},
],
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閿�鍞��璐у崟",
+ },
+ hidden: false,
+ name: "StockBillMainList",
+ path: "StockBillMainList",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閿�鍞��璐у崟缁存姢",
+ },
+ component: () =>import ("@/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainList.vue"),
+ hidden: false,
+ name: "KfICStockBillMainList",
+ path: "KfICStockBillMainList",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閿�鍞��璐у崟",
+ },
+ component: () =>import ("@/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainListEdit.vue"),
+ hidden: false,
+ name: "KfICStockBillMainListEdit",
+ path: "KfICStockBillMainListEdit",
+ },
+ ],
+ },
],
},
{
--
Gitblit v1.9.1