diff --git a/frontend/src/components/builtin/FileList.vue b/frontend/src/components/builtin/FileList.vue index d626edb..a527198 100644 --- a/frontend/src/components/builtin/FileList.vue +++ b/frontend/src/components/builtin/FileList.vue @@ -479,22 +479,22 @@ }, }); } - menuArr.push({ - label: "评论", - click: () => { - const win = new BrowserWindow({ - title: "评论", - content: "CommentsFiles", - config: { - path: item.path, - }, - width: 350, - height: 400, - center: true, - }); - win.show(); - }, - }); + // menuArr.push({ + // label: "评论", + // click: () => { + // const win = new BrowserWindow({ + // title: "评论", + // content: "CommentsFiles", + // config: { + // path: item.path, + // }, + // width: 350, + // height: 400, + // center: true, + // }); + // win.show(); + // }, + // }); } // eslint-disable-next-line prefer-spread menuArr.push.apply(menuArr, fileMenus); diff --git a/frontend/src/components/chat/ChatWorkList.vue b/frontend/src/components/chat/ChatWorkList.vue index 58cb865..77e9329 100644 --- a/frontend/src/components/chat/ChatWorkList.vue +++ b/frontend/src/components/chat/ChatWorkList.vue @@ -19,10 +19,10 @@ const store = useChatStore() 我的任务 - + 我的审批