562f0a1753
style(ops): 饼图去掉图例仅保留悬浮卡片,柱状图紫色改为蓝色
...
- 状态分布饼图:移除右侧 legend 图例,饼图居中显示,仅通过 hover tooltip 查看详情
- 工牌队列柱状图:紫色系(#722ed1)改为蓝色系(#1677ff),与整体设计风格统一
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 16:28:16 +08:00
0c5ac04069
style(ops): 优化工单状态分布和工牌队列统计图表样式
...
状态分布饼图:
- 使用 Ant Design 色板统一配色
- legend 显示数量和百分比(rich text)
- 中心数字加大加粗,饼块增大圆角
- emphasis 放大效果增强
工牌队列柱状图:
- 最大值柱子高亮深色,其余渐变浅色
- 柱顶显示数值标签
- tooltip 改为卡片式样式
- hover 加深色强调效果,圆角加大
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 16:18:44 +08:00
919dcfb420
refactor(ops): 统计面板变量重命名与 EMPTY_STATS 补全
...
- hourlyChartRef → heatmapChartRef(实际用于热力图渲染)
- funnelChartRef → statusChartRef(漏斗图已改为状态分布饼图)
- getFunnelChartOptions → getStatusDistributionChartOptions
- EMPTY_STATS 补全 monthlyTrendData 和 badgeQueueStats 字段
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 16:09:12 +08:00
6de80f2f93
fix(ops): 修复工牌队列统计字段名与后端不匹配
...
后端 BadgeQueueStats 返回的字段为 queueData,前端误用 queueCounts,
导致工牌队列统计图表数据为 undefined 无法渲染。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 15:55:34 +08:00
81da329cbd
fix(ops): 修复仪表盘图表不显示 — funnelData 字段名与后端 statusDistribution 不匹配
...
后端 API 返回的字段名为 statusDistribution,但前端类型定义和数据映射使用的是 funnelData,
导致工单状态分布、工牌队列统计、功能类型排行图表数据为 undefined 无法渲染。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 15:46:39 +08:00
004897414a
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 9s
2026-03-01 13:54:19 +08:00
482d892b24
feat(ops): 优化仪表盘图表与客流统计交互
...
- 工单仪表盘:趋势图改为当月vs上月对比,漏斗图改为状态分布环形饼图,新增工牌队列统计图表,移除无用的 hourly/heatmap 死代码
- 客流统计:小时趋势和趋势图支持日期选择器,移除昨日对比线,API 支持日期参数
- 工作台:紧急任务过滤已取消和已完成状态,在岗人员仅显示在岗数
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 00:05:12 +08:00
bac318aa46
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 8s
2026-02-26 19:33:26 +08:00
82a3590107
style(dashboard): 修复 workspace 模板格式化
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 19:28:54 +08:00
b0e233cd95
refactor(ops): 代码格式化与 lint 修复
...
清理未使用的导入、修复格式化问题、优化 requiredSteps 为 Set 提升查找性能
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 19:28:04 +08:00
9bf042f817
feat(project): 新增客流统计独立页面
...
- 新建 /ops/traffic 路由和客流统计页面
- 新建客流 API 模块(全局/设备/区域维度的实时和趋势接口)
- 新建 AreaTree 组件(区域树选择、搜索过滤保留祖先节点、递归获取子孙ID)
- 支持全局总览和按区域查看客流数据
- 今日/昨日小时客流趋势对比曲线图、近7天客流趋势折线图
- 核心指标卡片 + 客流态势分析面板
- 更新旧 API 路径适配新后端接口
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 16:52:37 +08:00
f1284142ac
fix(ops): 修复 setInterval 在 keepAlive 下未清除导致内存泄漏
...
页面使用 keepAlive 缓存后 onUnmounted 不触发,setInterval 持续运行,
长时间放置导致 OOM 崩溃。统一使用 onActivated/onDeactivated 管理轮询生命周期。
涉及页面:工单统计栏、工单看板、工单详情、客流统计、工作台、全局布局通知轮询
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 13:24:51 +08:00
cd38d89fe5
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 40s
2026-02-24 15:02:09 +08:00
9c6080e082
fix(project): fix json editor misalignment when opening modal with large data
2026-02-24 14:08:24 +08:00
735d553856
chore: switch CI runner to ui-runner for new Gitea instance
...
Web UI CI/CD / build-and-deploy (push) Successful in 27s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-14 12:23:41 +08:00
dbe240320c
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 16s
2026-02-11 16:00:36 +08:00
cd4788a0e5
Merge branch 'master' of http://124.221.55.225:3000/XW-AIOT/aiot-platform-ui
2026-02-11 15:56:27 +08:00
4c2874bfd0
fix: 工作台 待办事项卡片
2026-02-11 15:56:18 +08:00
602c0b1872
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 8s
2026-02-10 23:32:58 +08:00
79d886f91b
Merge branch 'master' of http://124.221.55.225:3000/XW-AIOT/aiot-platform-ui
Web UI CI/CD / build-and-deploy (push) Successful in 43s
2026-02-10 23:32:04 +08:00
25a792c40f
chore: build ande deploy web-antd
2026-02-10 23:31:57 +08:00
30139ef87e
Merge branch 'master' of http://124.221.55.225:3000/XW-AIOT/aiot-platform-ui
2026-02-10 23:21:54 +08:00
e111d5cc4e
fix: 工作台、工单统计看板接口对接
2026-02-10 23:21:49 +08:00
1e62ea46ad
Merge branch 'master' of http://124.221.55.225:3000/XW-AIOT/aiot-platform-ui
2026-02-10 18:13:21 +08:00
71fc0d0fad
refactor: 工作台、工单统计看板接口对接
2026-02-10 18:13:16 +08:00
7fc6bdda98
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 8s
2026-02-04 11:14:06 +08:00
d4118123c1
fix(@vben/web-antd): 优化工单详情页面显示和交互逻辑
...
- 已完成状态的进度节点显示为绿色,移除"进行中"徽章
- 已完成状态显示作业进度信息
- 超时时进度圆环和100%文字显示红色
- 改用语音提醒替代震动提醒,调用IoT设备消息接口
- 已完成状态隐藏快捷操作卡片
- 基础信息新增到岗时间、完成时间、更新时间、作业类型字段
- 修复已完成节点图标和文字颜色显示
- 优化进度条颜色计算逻辑,根据实际时长计算进度
- 调整"进行中"徽章字体样式
- 删除重复的CSS选择器
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-04 10:42:34 +08:00
220689d3f9
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 36s
2026-02-04 09:17:41 +08:00
7acfbfb433
refactor(ops): 工单详情调整
2026-02-04 00:45:12 +08:00
ce3e57e398
feat(@vben/web-antd): 新增区域管理模块视图
...
- 新建区域管理页面目录结构
- 支持区域层级管理(建筑/楼层/功能区)
- 设备绑定抽屉:支持区域内IoT设备管理
- 区域表单:基础版本和增强版本
- 设备配置模态框和选择模态框
- 修复ESLint警告:使用严格相等运算符
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-03 22:43:25 +08:00
38a6eaa39e
feat(@vben/web-antd): 完善保洁工单管理模块功能
...
- 工单看板:优化数据展示和交互逻辑
- 工单列表:增强筛选和分页功能
- 分配表单:改进表单验证和用户体验
- 卡片视图:优化布局和视觉效果
- 数据配置:更新常量定义和类型
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-03 21:37:05 +08:00
8a048a423a
style(@vben/web-antd): 修复工单统计栏样式格式
...
- 修复 stats-bar 中 style 属性的换行格式问题
- 统一代码风格,符合 Prettier 格式要求
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-03 21:14:34 +08:00
b676e7648e
fix(@vben/web-antd): 优化工单详情页面代码质量
...
- 移��调试用的 console.log 语句
- 修复 ESLint 警告:使用严格相等运算符 (===)
- 优化代码结构,提升可维护性
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-03 21:00:02 +08:00
b62d86f415
feat: 新增OPS模块API接口定义
...
- 新增区域管理API(Area):区域树、区域设备关联
- 新增保洁管理API(Cleaning):工牌状态、工单时间轴、设备通知
- 新增工单中心API(OrderCenter):工单查询、统计、操作接口
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-03 18:06:10 +08:00
9a9263f7a1
feat: ops接口ts文件
2026-02-03 15:37:52 +08:00
feb196ead8
feat: ops字典添加
2026-02-03 15:35:03 +08:00
afa6949ff1
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 8s
2026-01-26 16:16:37 +08:00
90b9e934e2
fix: 修改deviceName输入校验
2026-01-26 16:15:04 +08:00
57f9112f7f
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 14s
2026-01-26 16:11:17 +08:00
9f44fbfe75
fix(iot): adjust device identifier and name validation rules
2026-01-26 16:09:43 +08:00
0e7988bba5
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 24s
2026-01-25 22:37:53 +08:00
7dac866616
fix: remove global card hover effect
2026-01-25 22:34:41 +08:00
712cbd5aaf
feat(ops): add cleaning work order management module
2026-01-25 22:33:34 +08:00
dac4e33cc6
feat: add card hover effect and ECharts heatmap support
2026-01-25 22:25:49 +08:00
b7239c5b99
fix: 移除全局卡片浮动效果
2026-01-23 11:53:39 +08:00
67b3efffc1
feat: 忽略claude相关文件
2026-01-23 09:27:26 +08:00
cb81829d4c
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 24s
2026-01-14 14:15:09 +08:00
2378ea69cb
feat: 开启验证码
2026-01-14 14:13:16 +08:00
8bf4ac8975
chore: build and deploy web-antd
Web UI CI/CD / build-and-deploy (push) Successful in 1m2s
2026-01-14 14:09:12 +08:00
caf6927fbf
fix: 修改后端容器名(微服务)
2026-01-14 14:01:40 +08:00