Codewoc
|
2c70c062a2
|
fix(review-meeting): 修复专家搜索导致已选项丢失
|
2026-04-02 09:13:19 +08:00 |
Codewoc
|
0194af250d
|
fix(review-meeting): 修复编辑页草稿与时间同步
|
2026-04-01 17:39:21 +08:00 |
Codewoc
|
8e85d4b768
|
Merge branch 'fe/review-meeting-edit-bugs' into feature/review-ai-panel
# Conflicts:
# src/views/review/meeting/MeetingEdit.vue
|
2026-04-01 17:34:37 +08:00 |
Codewoc
|
ac37b9eb26
|
fix(review-meeting): 修复编辑草稿重复数据与时间同步
|
2026-04-01 17:31:04 +08:00 |
Codewoc
|
3bae07cd70
|
merge: integrate review-meeting minutes ai notice ui
|
2026-04-01 17:26:55 +08:00 |
Codewoc
|
d26dfdfc13
|
feat(review-meeting): show minutes ai notice status
|
2026-04-01 16:35:46 +08:00 |
Codewoc
|
0975fa44bc
|
chore(git): ignore local worktrees
|
2026-04-01 15:21:36 +08:00 |
Codewoc
|
53d9781c5d
|
style(review-meeting): optimize list readability
|
2026-04-01 11:17:01 +08:00 |
Codewoc
|
c413c5cc56
|
fix(review-meeting): 修复导出下载与命名及按钮顺序
|
2026-04-01 09:59:40 +08:00 |
Codewoc
|
8e37690ef6
|
feat(review-meeting): 调整议程材料分类文案
|
2026-04-01 09:07:38 +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
|
9113f446e6
|
前端生产环境参数修改
|
2026-03-30 16:23:48 +08:00 |
Codewoc
|
fa7d1f81d8
|
fix(upload): use stable file proxy urls after client upload
|
2026-03-30 09:54:58 +08:00 |
Codewoc
|
8d2964afac
|
refactor(review-meeting): 前端直传会议附件并登记纪要元数据
|
2026-03-27 15:30:44 +08:00 |
Codewoc
|
f12b87129e
|
feat(review-meeting): 增加AI状态与构建操作
|
2026-03-27 14:28:15 +08:00 |
Codewoc
|
ee816f95c7
|
fix(review-tablet): 修复AI助手项目切换状态
|
2026-03-27 14:25:13 +08:00 |
Codewoc
|
91b550fb1e
|
feat(review-meeting): 增加评审结果筛选并优化列表布局
|
2026-03-27 09:44:52 +08:00 |
Codewoc
|
00f3b0f7ec
|
feat(review-ui): 优化会议项目页与邮件状态并提升AI对话可读性
|
2026-03-26 17:23:28 +08:00 |
Codewoc
|
0e0124872c
|
feat(review-ui): 优化项目列表行内编辑与复制会议带项目资料
|
2026-03-26 10:46:21 +08:00 |
Codewoc
|
1ba4d43de4
|
feat(review-frontend): 项目资料按会前会后分组展示
|
2026-03-26 08:49:06 +08:00 |
Codewoc
|
261173e76e
|
feat(review-frontend): 完成评审资料清单页面与固定分类
|
2026-03-26 08:27:20 +08:00 |
Codewoc
|
36b34d6695
|
feat(review-frontend): 优化会议评审页面交互
|
2026-03-25 17:07:15 +08:00 |
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
|
302772ecb9
|
feat(meeting-ui): merge feature/meeting-ui-redesign → master
会议管理 UI 重构,6 个 commit:
- 会议列表页 UI 重构:状态文案对齐、操作入口改为路由跳转
- 新增会议编辑全页面 MeetingEdit.vue,替代弹窗形式
- 新增专家选择组件 ExpertSelectTable(搜索 + checkbox 多选)
- 项目列表页改造:状态文案对齐、操作列接入项目详情跳转
- 新增项目详情页 ProjectDetail.vue + 路由
- 修复若干 bug
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-23 22:15:03 +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 |
Codewoc
|
92c9647c3b
|
修改用户信息,增加职称和职位两个字段
|
2026-03-15 20:32:55 +08:00 |
wh
|
e6973e7564
|
在待办任务中增加显示已完成的验收流程
|
2026-03-06 15:27:04 +08:00 |
wh
|
8c7c10f252
|
完整流程前端实现
|
2026-02-12 17:39:21 +08:00 |
wh
|
949725ffc6
|
v1流程下修复所有bug
|
2026-02-08 21:02:37 +08:00 |
wh
|
c66abdf33e
|
增加验收页面
|
2026-02-05 22:51:30 +08:00 |
代码我敲你
|
52e22970bc
|
修改环境变量在nginx部署
|
2026-01-22 08:33:36 +08:00 |
yangzhengwu
|
b4a88fcba6
|
增加家里本地启动yaml
|
2026-01-18 20:12:23 +08:00 |
芋道源码
|
5d7cb9332c
|
!848 两处微小改动
Merge pull request !848 from Danlin/bug/minor
|
2026-01-09 14:38:50 +00:00 |
YunaiV
|
1baa3eae2f
|
Merge remote-tracking branch 'origin/master'
|
2026-01-09 22:37:33 +08:00 |
YunaiV
|
457b8ab928
|
fix: 【dict.ts】handle empty response in dictionary data fetching,对应 https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues/IDHHSM
|
2026-01-09 22:37:23 +08:00 |
Danlin
|
8e6e3c9d16
|
添加空行(跟其它imdex.vue文件保持一致)
Signed-off-by: Danlin <imddl@outlook.com>
|
2026-01-08 03:21:36 +00:00 |
Danlin
|
e4d756def4
|
中文修正
Signed-off-by: Danlin <imddl@outlook.com>
|
2026-01-08 03:20:31 +00:00 |
芋道源码
|
d9cbc42811
|
!846 perf: 优化 copy 兼容性
Merge pull request !846 from 半栈幼儿员/hotfix/copy
|
2025-12-28 22:36:52 +00:00 |
preschooler
|
394c94b67c
|
🎈 perf: 优化 copy 兼容性
|
2025-12-28 22:14:42 +08:00 |