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,