msh-agent
a9686c7d45
feat(user-tag): 后台用户列表展示标签 + 小程序用户中心会员等级下方展示标签
后台 msh_single_admin user/list/index.vue:
- 在「分组」「推荐人」之间新增「用户标签」列,用 el-tag 渲染(多标签 ',' 切分)
- 加入默认显示项 checkedCities / columnData
后端 UserCenterResponse + UserServiceImpl:
- UserCenterResponse 新增 tagName 字段
- getUserCenter 在已注入的 userTagService 基础上回填标签名(已存在 getGroupNameInId)
小程序 pages/user/index.vue:
- 用户名 + VIP 行下方新增 .user-tags 容器,按 ',' 切分多标签
- 半透明白底胶囊,与顶部渐变橙色背景协调
附带修复:
- pages/tool/calculator-history.vue formatTime 兼容 ISO/数组/数字/旧字符串四种来源
- 解决「NaN-NaN-NaN NaN:NaN」问题(ISO 字符串里的 'T' 被替换 / 后变非法日期)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 03:53:56 +08:00
..
2026-02-28 06:56:43 +08:00
2026-05-03 03:18:27 +08:00
2026-05-03 03:53:56 +08:00
2026-05-03 03:44:04 +08:00
2026-02-28 05:40:21 +08:00
2026-02-28 05:40:21 +08:00
2026-03-08 00:40:01 +08:00
2026-05-03 03:34:28 +08:00
2026-05-03 03:30:04 +08:00
2026-02-28 05:40:21 +08:00
2026-04-12 09:31:00 +08:00
2026-05-03 02:19:05 +08:00
2026-02-28 05:40:21 +08:00
2026-03-07 22:26:37 +08:00
2026-05-03 03:44:04 +08:00
2026-03-25 15:14:14 +08:00
2026-03-25 14:18:00 +08:00
2026-02-28 05:40:21 +08:00
2026-03-09 18:56:53 +08:00
2026-03-09 18:56:53 +08:00
2026-05-03 03:30:04 +08:00