feat: 会议批量审核 + 公示按发布时间倒序 + 现场照片 dialog 预览 + 重复报错精确

- 会议列表 manager 批量合规审核 (批量通过/退回, best-effort 逐条回执)
- 公示列表按 publish_time 倒序, 发布/开通写本地 publish_time (修 toISOString UTC 时区 bug)
- 签到表/前全景/后全景「查看照片」改 dialog 预览 (复用 Preview.vue)
- 手机号/用户名重复报错精确提示 (后端 fieldMap + 前端 duplicateTip)
- 医生首页欢迎语改「欢迎使用合规系统」
This commit is contained in:
郭庆泰
2026-08-26 00:41:33 +08:00
parent ea2024d083
commit b5b3e3a213
15 changed files with 387 additions and 115 deletions
@@ -184,6 +184,7 @@ public class GlobalExceptionHandler
fieldMap.put("expert_id_card", "身份证号");
fieldMap.put("unit_name", "单位名称");
fieldMap.put("org_name", "机构名称");
fieldMap.put("person_phone", "手机号");
if (key != null && key.startsWith("uk_")) {
String field = key.substring(3);