admin-vben/apps/web-ele/src/views/iot
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
..
alert feat(mes): rename field 'level' to 'configLevel' for clarity 2026-05-21 17:45:25 +08:00
device chore(iot): 数组回调缩写参数展开为完整业务命名 2026-05-21 18:46:59 +08:00
home fix(iot): alert 模块对齐后端 VO + 搜索体验对齐 vben 实践(P1) 2026-05-21 16:39:30 +08:00
ota chore(iot): 数组回调缩写参数展开为完整业务命名 2026-05-21 18:46:59 +08:00
product fix(iot): 设备配置详情统一 460px 高度 + 按钮加 8px 间距,卡片视图删除按钮改 !h-8 对齐其它按钮高度 2026-05-21 17:27:17 +08:00
rule chore(iot): 数组回调缩写参数展开为完整业务命名 2026-05-21 18:46:59 +08:00
thingmodel fix: iot 补齐 vue3 源缺失的表单校验(P1) 2026-05-21 14:43:06 +08:00