Commit Graph

3790 Commits

Author SHA1 Message Date
lzh
bac318aa46 chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 8s
2026-02-26 19:33:26 +08:00
lzh
82a3590107 style(dashboard): 修复 workspace 模板格式化
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 19:28:54 +08:00
lzh
b0e233cd95 refactor(ops): 代码格式化与 lint 修复
清理未使用的导入、修复格式化问题、优化 requiredSteps 为 Set 提升查找性能

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 19:28:04 +08:00
lzh
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
lzh
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
lzh
cd38d89fe5 chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 40s
2026-02-24 15:02:09 +08:00
lzh
9c6080e082 fix(project): fix json editor misalignment when opening modal with large data 2026-02-24 14:08:24 +08:00
lzh
735d553856 chore: switch CI runner to ui-runner for new Gitea instance
All checks were successful
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
lzh
dbe240320c chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 16s
2026-02-11 16:00:36 +08:00
lzh
cd4788a0e5 Merge branch 'master' of http://124.221.55.225:3000/XW-AIOT/aiot-platform-ui 2026-02-11 15:56:27 +08:00
lzh
4c2874bfd0 fix: 工作台 待办事项卡片 2026-02-11 15:56:18 +08:00
lzh
602c0b1872 chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 8s
2026-02-10 23:32:58 +08:00
lzh
79d886f91b Merge branch 'master' of http://124.221.55.225:3000/XW-AIOT/aiot-platform-ui
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 43s
2026-02-10 23:32:04 +08:00
lzh
25a792c40f chore: build ande deploy web-antd 2026-02-10 23:31:57 +08:00
lzh
30139ef87e Merge branch 'master' of http://124.221.55.225:3000/XW-AIOT/aiot-platform-ui 2026-02-10 23:21:54 +08:00
lzh
e111d5cc4e fix: 工作台、工单统计看板接口对接 2026-02-10 23:21:49 +08:00
lzh
1e62ea46ad Merge branch 'master' of http://124.221.55.225:3000/XW-AIOT/aiot-platform-ui 2026-02-10 18:13:21 +08:00
lzh
71fc0d0fad refactor: 工作台、工单统计看板接口对接 2026-02-10 18:13:16 +08:00
lzh
7fc6bdda98 chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 8s
2026-02-04 11:14:06 +08:00
lzh
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
lzh
220689d3f9 chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 36s
2026-02-04 09:17:41 +08:00
lzh
7acfbfb433 refactor(ops): 工单详情调整 2026-02-04 00:45:12 +08:00
lzh
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
lzh
38a6eaa39e feat(@vben/web-antd): 完善保洁工单管理模块功能
- 工单看板:优化数据展示和交互逻辑
- 工单列表:增强筛选和分页功能
- 分配表单:改进表单验证和用户体验
- 卡片视图:优化布局和视觉效果
- 数据配置:更新常量定义和类型

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-03 21:37:05 +08:00
lzh
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
lzh
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
lzh
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
lzh
9a9263f7a1 feat: ops接口ts文件 2026-02-03 15:37:52 +08:00
lzh
feb196ead8 feat: ops字典添加 2026-02-03 15:35:03 +08:00
lzh
afa6949ff1 chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 8s
2026-01-26 16:16:37 +08:00
lzh
90b9e934e2 fix: 修改deviceName输入校验 2026-01-26 16:15:04 +08:00
lzh
57f9112f7f chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 14s
2026-01-26 16:11:17 +08:00
lzh
9f44fbfe75 fix(iot): adjust device identifier and name validation rules 2026-01-26 16:09:43 +08:00
lzh
0e7988bba5 chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 24s
2026-01-25 22:37:53 +08:00
lzh
7dac866616 fix: remove global card hover effect 2026-01-25 22:34:41 +08:00
lzh
712cbd5aaf feat(ops): add cleaning work order management module 2026-01-25 22:33:34 +08:00
lzh
dac4e33cc6 feat: add card hover effect and ECharts heatmap support 2026-01-25 22:25:49 +08:00
lzh
b7239c5b99 fix: 移除全局卡片浮动效果 2026-01-23 11:53:39 +08:00
lzh
67b3efffc1 feat: 忽略claude相关文件 2026-01-23 09:27:26 +08:00
lzh
cb81829d4c chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 24s
2026-01-14 14:15:09 +08:00
lzh
2378ea69cb feat: 开启验证码 2026-01-14 14:13:16 +08:00
lzh
8bf4ac8975 chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 1m2s
2026-01-14 14:09:12 +08:00
lzh
caf6927fbf fix: 修改后端容器名(微服务) 2026-01-14 14:01:40 +08:00
lzh
647dd1ac7e Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vben into cleaning 2025-12-31 10:50:50 +08:00
lzh
d45226b90b Merge branch 'master' of http://124.221.55.225:3000/XW-AIOT/aiot-platform-ui into cleaning 2025-12-30 16:10:20 +08:00
lzh
64681a9d55 chore: build and deploy web-antd
Some checks failed
Web UI CI/CD / build-and-deploy (push) Has been cancelled
2025-12-28 01:40:21 +08:00
lzh
0285a3e275 chore: 添加设备展示实时数据卡片(蓝牙工牌、客流计数器)语音播报完善 2025-12-28 01:38:48 +08:00
lzh
ab74071378 chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 9s
2025-12-28 01:31:54 +08:00
lzh
a39d333f44 chore: 添加设备展示实时数据卡片(蓝牙工牌、客流计数器) 2025-12-28 01:30:24 +08:00
lzh
d8405aba7d chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 9s
2025-12-26 15:11:06 +08:00