diff --git a/README.md b/README.md index 601e961..f42b609 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,9 @@ - (新增)数据源管理 - (新增)数据库管理 - (新增) + + +## 开发日志 + +### 2021-11-04 +> 升级magic-editor到1.6.3版本 diff --git a/magic-boot-ui/src/views/system/menu/menu-list.vue b/magic-boot-ui/src/views/system/menu/menu-list.vue index ce10c69..1e43efb 100644 --- a/magic-boot-ui/src/views/system/menu/menu-list.vue +++ b/magic-boot-ui/src/views/system/menu/menu-list.vue @@ -59,13 +59,11 @@ export default { { field: 'name', title: '菜单名称', - width: '400', align: 'left' }, { field: 'url', title: '路径', - width: '250', align: 'left' }, { @@ -94,26 +92,27 @@ export default { { title: '操作', type: 'btns', + width: 262, fixed: 'right', align: 'left', btns: [ { title: '添加下级菜单', - type: 'primary', + type: 'text', click: (row) => { this.addSubMenu(row.id) } }, { title: '编辑', - type: 'primary', + type: 'text', click: (row) => { this.handleUpdate(row) } }, { title: '删除', - type: 'danger', + type: 'text', click: (row) => { this.$common.handleDelete({ url: 'menu/delete', diff --git a/magic-boot-ui/src/views/system/menu/menu-tree-list.vue b/magic-boot-ui/src/views/system/menu/menu-tree-list.vue new file mode 100644 index 0000000..3c31adf --- /dev/null +++ b/magic-boot-ui/src/views/system/menu/menu-tree-list.vue @@ -0,0 +1,230 @@ + + + + +