From 7b83be8b0a7c6ac5281ef5310f7dde098d13ae92 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 29 十二月 2025 09:22:20 +0800
Subject: [PATCH] 锦隆条码生成
---
src/store/modules/permission.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 47c18d8..91ff54a 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -428,6 +428,21 @@
icon: "build",
link: null,
noCache: false,
+ title: "鏉$爜鐢熸垚_閿﹂殕",
+ },
+ component: () =>
+ import(
+ "@/views/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong.vue"
+ ),
+ hidden: false,
+ name: "Gy_BarCodeBill_JinLong",
+ path: "Gy_BarCodeBill_JinLong",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
title: "鏉$爜涓绘。",
},
component: () =>
--
Gitblit v1.9.1