-
-
-
-
-
-
-
+
+
+
-
-
-
- 搜索
- 重置
-
-
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
-
+
@@ -55,6 +56,7 @@
row-key="menuId"
:default-expand-all="isExpandAll"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
+ :stripe="true"
>
@@ -101,47 +103,63 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -293,7 +311,7 @@ export default {
getMenu(row.menuId).then(response => {
this.form = response.data;
this.open = true;
- this.title = "修改菜单";
+ this.title = `修改菜单 - ${row.menuName}`;
this.isEdit = true;
});
},
@@ -329,3 +347,83 @@ export default {
}
};
+
+