From c4545f7d6a495df0facd4298642ab4dc9841da76 Mon Sep 17 00:00:00 2001
From: prr <3099672575@qq.com>
Date: Sat, 16 Nov 2024 16:53:28 +0800
Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=8F=96=E6=B6=88=E6=96=87?=
=?UTF-8?q?=E4=BB=B6=E8=AF=84=E8=AE=BA=E5=92=8C=E6=88=91=E7=9A=84=E4=BB=BB?=
=?UTF-8?q?=E5=8A=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/components/builtin/FileList.vue | 32 +++++++++----------
frontend/src/components/chat/ChatWorkList.vue | 4 +--
2 files changed, 18 insertions(+), 18 deletions(-)
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()
我的任务
-
+
我的审批