diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue
index 9ffd3ce..a32cac3 100644
--- a/src/views/system/menu/index.vue
+++ b/src/views/system/menu/index.vue
@@ -64,10 +64,19 @@
:default-expand-all="isExpandAll"
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
>
-
-
+
+ {{ scope.row.menuName }}
+
+
+
+
+ 外链
+ 目录
+ 外链
+ 菜单
+ 按钮
@@ -75,18 +84,13 @@
-
-
+
+
-
-
- {{ parseTime(scope.row.createTime) }}
-
-
修改