From c2921b9cc0a9a7bde0ce5fde6ba191748ba575ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E5=BC=BA?= <357099073@qq.com>
Date: Tue, 24 Feb 2026 10:35:15 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A8=A1=E5=9D=97=E5=88=86?=
=?UTF-8?q?=E7=B1=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/apps/erp/index.vue | 8 ++++++++
src/views/system/modules/index.vue | 22 +++++++++++++++++++---
2 files changed, 27 insertions(+), 3 deletions(-)
create mode 100644 src/views/apps/erp/index.vue
diff --git a/src/views/apps/erp/index.vue b/src/views/apps/erp/index.vue
new file mode 100644
index 0000000..3ea5af6
--- /dev/null
+++ b/src/views/apps/erp/index.vue
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/modules/index.vue b/src/views/system/modules/index.vue
index c05f88e..983b979 100644
--- a/src/views/system/modules/index.vue
+++ b/src/views/system/modules/index.vue
@@ -53,6 +53,13 @@
{{ row.path || "-" }}
+
+
+
+ {{ row.type === 1 ? '功能模块' : row.type === 2 ? '系统配置' : '未分类' }}
+
+
+
+
+
+
+
+
+
+
-
+
@@ -225,6 +239,7 @@ const formData = ref({
name: "",
code: "",
path: "",
+ type: 0,
icon: "",
description: "",
sort: 0,
@@ -270,6 +285,7 @@ function handleAdd() {
name: "",
code: "",
path: "",
+ type: 0,
icon: "",
description: "",
sort: 0,