dingdanquanliucheng/frontend
taiyi 4d1fd71364 修复提醒弹窗内容为空:后端补充content字段,前端增加title兜底,清除基础资料页空toast
- 后端 _map_reminder 返回 reminder_content 作为 content 字段
- 前端 mockApi 透传 content 字段
- NotificationBell 弹窗展示 content,title 为空时显示"(无标题)"
- 提醒中心和工作台页面 title 列增加空值兜底
- 删除 MasterDataPage 中 13 处 toast.success("") 空弹窗调用

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 23:13:11 +08:00
..
mini-driver 清除全系统模拟数据和演示数据,全面对接真实后端接口 2026-05-29 11:38:53 +08:00
mini-manager 清除全系统模拟数据和演示数据,全面对接真实后端接口 2026-05-29 11:38:53 +08:00
web-admin 修复提醒弹窗内容为空:后端补充content字段,前端增加title兜底,清除基础资料页空toast 2026-05-29 23:13:11 +08:00
web-sales 修复提醒弹窗内容为空:后端补充content字段,前端增加title兜底,清除基础资料页空toast 2026-05-29 23:13:11 +08:00
README.md 基础框架搭建 2026-05-14 13:51:06 +08:00

Frontend

当前按文档拆分 4 个端:

  • web-adminVue 管理后台
  • web-salesVue 业务员端
  • mini-manager:微信原生小程序管理层端
  • mini-driver:微信原生小程序司机端

本轮先完成目录骨架,后续按任务状态逐步补页面与交互。