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
+1 -1
View File
@@ -6,7 +6,7 @@
<div class="welcome-bar">
<div class="welcome-text">
<h2>下午好,{{ displayName }}专家</h2>
<p>欢迎使用项目管理系统</p>
<p>欢迎使用合规系统</p>
</div>
<div class="welcome-time">
<div class="now">{{ nowTime }}</div>