admin-vben/apps/web-antd/src
YunaiV 66843f2392 chore(iot): 数组回调缩写参数展开为完整业务命名
- products.find((p)) → ((product)),propertyList.find((p)) → ((property))
  等:把 .find / .filter / .map / .reduce 的单字母回调参数 (p / d / s / g / v
  / acc / val) 全部展开为 product / device / service / group / value /
  total 等完整命名
- 涉及 web-antd 与 web-ele 两侧 :device 列表 / 卡片 / 物模型属性历史 /
  ota 固件 / 场景执行器服务选择 / 属性选择器 / 产品选择组件
- 外层已绑定同名变量的场景,回调形参用 item 避免命名重复
2026-05-21 18:46:59 +08:00
..
adapter chore(iot): 数组回调缩写参数展开为完整业务命名 2026-05-21 18:46:59 +08:00
api fix(iot): alert 模块对齐后端 VO + 搜索体验对齐 vben 实践(P1) 2026-05-21 16:39:30 +08:00
assets/imgs feat: 自动回复迁移 2025-11-04 16:53:08 +08:00
components feat(全局):增加 number-range-input 组件 2026-05-17 23:35:31 +08:00
layouts Merge branch 'main' into main 2025-11-12 04:27:57 +08:00
locales feat(web): add antdv-next model 2026-02-08 23:00:19 +08:00
plugins/form-create feat(form-create): 【ele/antd】新增 iframe 和省市区选择器组件 2026-02-08 11:56:02 +08:00
router feat(iot):优化 ota 的代码风格(v3) 2026-05-19 14:29:14 +08:00
store fix: lint 2026-03-14 12:16:31 +08:00
utils feat(mes): 迁移工作站管理及设备、工具、人员关联 2026-05-21 11:10:21 +08:00
views chore(iot): 数组回调缩写参数展开为完整业务命名 2026-05-21 18:46:59 +08:00
app.vue feat: add naive app 2024-07-31 00:19:17 +08:00
bootstrap.ts feat:【antd】【ele】form-create 集成的 todo 处理 2025-10-25 09:56:01 +08:00
main.ts feat: enable project-scoped preferences extension tabs (#7803) 2026-04-13 15:11:57 +08:00
preferences.ts Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2026-04-13 16:45:32 +08:00