Commit Graph

14 Commits (916db3cbe7e29eeaf5d294037640d90ae0424ed6)

Author SHA1 Message Date
Codewoc 916db3cbe7 feat(review-meeting): 议程附件和会议纪要支持在线预览
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 15:38:46 +08:00
Codewoc 9b94f733ba fix(review-meeting): 优化会议附件卡片样式并防止重复提交
- 优化卡片布局为现代风格,支持长文件名完整显示
- 添加 isSubmitting 状态防止快速连续点击导致重复创建会议
- 按钮在提交中禁用并显示"提交中..."文字

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 14:14:25 +08:00
Codewoc b3eaefc511 chore(frontend): 提交当前前端改动 2026-04-10 10:27:16 +08:00
Codewoc 25eef30456 feat(review-meeting): support active tablet meeting selection 2026-04-07 09:16:11 +08:00
Codewoc 0194af250d fix(review-meeting): 修复编辑页草稿与时间同步 2026-04-01 17:39:21 +08:00
Codewoc d26dfdfc13 feat(review-meeting): show minutes ai notice status 2026-04-01 16:35:46 +08:00
Codewoc 53d9781c5d style(review-meeting): optimize list readability 2026-04-01 11:17:01 +08:00
Codewoc 405d461061 feat(review-meeting): update expert selection and acceptance detail pages 2026-03-31 15:11:11 +08:00
Codewoc 9251c64067 feat(review-meeting): 优化项目排程与导入展示 2026-03-31 10:39:20 +08:00
Codewoc 0e0124872c feat(review-ui): 优化项目列表行内编辑与复制会议带项目资料 2026-03-26 10:46:21 +08:00
Codewoc 36b34d6695 feat(review-frontend): 优化会议评审页面交互 2026-03-25 17:07:15 +08:00
Codewoc 46a6289836 修复bug 2026-03-23 22:02:03 +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