Browse Source

fix:取消文件评论和我的任务

master
prr 7 months ago
parent
commit
c4545f7d6a
  1. 32
      frontend/src/components/builtin/FileList.vue
  2. 4
      frontend/src/components/chat/ChatWorkList.vue

32
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);

4
frontend/src/components/chat/ChatWorkList.vue

@ -19,10 +19,10 @@ const store = useChatStore()
<el-icon><DishDot /></el-icon>
<span>我的任务</span>
</el-menu-item>
<el-menu-item index="4">
<!-- <el-menu-item index="4">
<el-icon><SuitcaseLine /></el-icon>
<span>安排任务</span>
</el-menu-item>
</el-menu-item> -->
<el-menu-item index="5">
<el-icon><Present /></el-icon>
<span>我的审批</span>

Loading…
Cancel
Save