diff --git a/data/magic-api/api/后台/菜单管理/搜索菜单数据.ms b/data/magic-api/api/后台/菜单管理/搜索菜单数据.ms
deleted file mode 100644
index 68c088a..0000000
--- a/data/magic-api/api/后台/菜单管理/搜索菜单数据.ms
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "properties" : { },
- "id" : "0adb88c728814db88b901701faa56161",
- "script" : null,
- "groupId" : "67b2ce258e24491194b74992958c74aa",
- "name" : "搜索菜单数据",
- "createTime" : null,
- "updateTime" : 1641828392961,
- "lock" : "0",
- "method" : "GET",
- "path" : "/search",
- "parameters" : [ ],
- "option" : "[]",
- "requestBody" : "",
- "headers" : [ ],
- "paths" : [ ],
- "responseBody" : null,
- "description" : null,
- "requestBodyDefinition" : null,
- "responseBodyDefinition" : null,
- "optionMap" : { }
-}
-================================
-var toTree = (list,pid) => select t.*,toTree(list,t.id) children from list t where t.pid = pid
-var list = toTree(db.select('select id,name as label,pid,url from sys_menu where is_del = 0 and is_show = 1 order by sort'),'0')
-
-return {
- list: list,
- total: list.getLength()
-}
\ No newline at end of file
diff --git a/magic-boot-ui/package.json b/magic-boot-ui/package.json
index 9b4245d..2996266 100644
--- a/magic-boot-ui/package.json
+++ b/magic-boot-ui/package.json
@@ -17,7 +17,7 @@
"@riophae/vue-treeselect": "^0.4.0",
"axios": "^0.24.0",
"drag-tree-table": "2.2.0",
- "element-ui": "2.13.0",
+ "element-ui": "2.15.7",
"file-saver": "2.0.1",
"fuse.js": "3.4.4",
"jquery": "^1.7.2",
diff --git a/magic-boot-ui/src/components/Psyduck/pd-table.vue b/magic-boot-ui/src/components/Psyduck/pd-table.vue
index 473a497..8af7d99 100644
--- a/magic-boot-ui/src/components/Psyduck/pd-table.vue
+++ b/magic-boot-ui/src/components/Psyduck/pd-table.vue
@@ -27,6 +27,8 @@
+
+ {{ $store.getters.username }}({{ $store.getters.name }})