Codewoc
|
5ef10cfd6e
|
feat(review-frontend): 直传链路与平板预览体验优化
comment:\n- 上传改为 MinIO 预签名直传 + register-file 业务登记,统一 500MB 限制与提示\n- 开发环境补齐 Vite 代理(/admin-api 与 /ncc-dev),对齐正式环境 nginx 代理策略\n- 平板预览新增加载遮罩、超时兜底与 Office 预热节流,修复一直停留在转换页问题
|
2026-03-25 11:30:34 +08:00 |
Codewoc
|
8fa5fa3388
|
fix(review-ai): 修复 ESLint vue/html-self-closing 报错
|
2026-03-23 22:53:47 +08:00 |
Codewoc
|
e6cf930062
|
feat(review-ai): 平板 AI 助手面板 MVP
新增功能:
- src/api/review/ai.ts:5 个 AI API(摘要、重建、会话、流式问答、清空)
- 平板页右侧 AI 助手面板(toggleable 抽屉,三栏布局)
- 摘要状态卡片:未生成/生成中(轮询4s)/已完成/失败
- 结构化摘要展示:概述/目标/范围/计划/预算/来源文件
- 共享问答区:历史消息加载 + 流式生成气泡
- 4个快捷问题按钮
- 停止生成 / 清空当前项目问答 按钮
- 回车快捷发送
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-23 22:50:41 +08:00 |
Codewoc
|
46a6289836
|
修复bug
|
2026-03-23 22:02:03 +08:00 |
Codewoc
|
75be833554
|
feat(meeting): 新增项目详情页 ProjectDetail.vue + 路由
- 新增 ProjectDetail.vue:el-descriptions 展示项目基本信息 + 文件资料表格
- 支持上传/下载/删除资料文件,复用 project API
- 项目基本信息通过 router state 从列表页携带(无需额外接口)
- remaining.ts 新增 ReviewProjectDetail 路由
- ProjectList.vue 更新 goToDetail 携带完整 row 数据到 state
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-23 14:01:06 +08:00 |
Codewoc
|
db5253b3e6
|
feat(meeting): 改造项目列表页,状态文案对齐,操作列接入项目详情跳转
- 状态文案同步:草稿→待召开,已邀约→正在召开
- 「文件」按钮改为「上传项目资料」,跳转至 ReviewProjectDetail
- 新增 goToDetail 函数,携带 meetingId/projectId/projectTitle 参数
- 操作列宽度调整为 200px
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-23 13:59:27 +08:00 |
Codewoc
|
17ff8a6871
|
feat(meeting): 新增 ExpertSelectTable 专家选择组件,替代 el-select 多选
- 新增 components/ExpertSelectTable.vue
- 支持搜索(姓名/单位/职称)+ 表格勾选 + 已选标签展示
- v-model 兼容,disabled 时仅展示已选列表
- MeetingEdit.vue 中用 ExpertSelectTable 替换原 el-select multiple
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-23 13:58:19 +08:00 |
Codewoc
|
bc8258a149
|
feat(meeting): 新增会议编辑全页面 MeetingEdit.vue,替代弹窗形式
- 新增 MeetingEdit.vue,容器改为 ContentWrap 全页面
- 增加组织单位(选填)字段
- 模式由路由参数决定:无 id=新建,有 id=编辑,query.mode=view=查看
- 底部操作区:保存草稿 + 返回按钮
- 在 remaining.ts 中新增 ReviewMeetingEdit / ReviewMeetingEditById 两条路由
- 修正 index.vue 中 goToEdit 路由名对应关系
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-23 13:57:14 +08:00 |
Codewoc
|
83adecdcb8
|
feat(meeting): 调整会议列表页UI,状态文案对齐设计稿,入口改为路由跳转
- 状态文案:草稿→待召开,已邀约→正在召开
- 状态 Tag 颜色:待召开 warning,正在召开 success
- 新建/编辑/查看按钮改为 router.push 跳转 ReviewMeetingEdit
- 操作列新增「项目列表」快捷入口,移除冗余的独立列
- 「发送邮件邀请函」改为「发送议程」
- 移除 MeetingForm 弹窗引用(后续由全页面 MeetingEdit 承接)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-23 13:54:21 +08:00 |
Codewoc
|
167af744b9
|
完成邮箱发送会议议程功能
|
2026-03-20 11:12:38 +08:00 |
Codewoc
|
8f893c0afd
|
增加专家在平板上查看评审资料功能,前端页面为单独入口url:project/review-tablet
|
2026-03-19 13:54:22 +08:00 |
Codewoc
|
ca0cbe2ac9
|
开发会议邀约特性,基本跑通,未集成通讯平台
|
2026-03-16 15:05:41 +08:00 |