From 69cd0b78756bfbb8184bce2189f96bc202b487b7 Mon Sep 17 00:00:00 2001 From: panda <1565636758@qq.com> Date: Tue, 2 Jun 2026 11:26:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E8=81=94=E5=8A=A8=E5=88=97=E8=A1=A8=E9=A1=B5=E6=9C=80=E8=BF=91?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E6=9C=AA=E8=83=BD=E6=AD=A3=E7=A1=AE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=9C=80=E5=90=8E=E8=A7=A6=E5=8F=91=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/iot/rule/scene/index.ts | 1 + src/views/iot/rule/scene/index.vue | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/api/iot/rule/scene/index.ts b/src/api/iot/rule/scene/index.ts index 0fbde2643..f44f15013 100644 --- a/src/api/iot/rule/scene/index.ts +++ b/src/api/iot/rule/scene/index.ts @@ -5,6 +5,7 @@ export interface IotSceneRule { id?: number // 场景编号 name: string // 场景名称 description?: string // 场景描述 + lastTriggerTime?: string // 最近触发时间 status: number // 场景状态:0-开启,1-关闭 triggers: Trigger[] // 触发器数组 actions: Action[] // 执行器数组 diff --git a/src/views/iot/rule/scene/index.vue b/src/views/iot/rule/scene/index.vue index f4a7b5585..3010af450 100644 --- a/src/views/iot/rule/scene/index.vue +++ b/src/views/iot/rule/scene/index.vue @@ -199,10 +199,10 @@ - +