fix(iot): 修复 IoT 场景联动最近触发时间不显示

- 对齐后端字段 lastTriggerTime
- 修复 web-antd、web-ele、web-antdv-next 的 API 类型、表格列和插槽读取
This commit is contained in:
YunaiV
2026-06-07 14:55:30 +08:00
parent 413ec8c060
commit 21998d8044
9 changed files with 18 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ export namespace RuleSceneApi {
status?: number;
triggers?: Trigger[];
actions?: Action[];
lastTriggeredTime?: Date;
lastTriggerTime?: Date;
createTime?: Date;
}