From 09df859f8e48425c22174162db636d5296c3d11a Mon Sep 17 00:00:00 2001
From: 23688nl <329261568@qq.com>
Date: Mon, 26 Sep 2022 11:29:26 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=9A=20=E5=9C=BA?=
=?UTF-8?q?=E6=99=AF=E8=BF=90=E8=A1=8C=E7=8A=B6=E6=80=81=20=E6=9B=B4?=
=?UTF-8?q?=E6=94=B9=EF=BC=9A=200=E5=90=AF=E5=8A=A8=201=E5=81=9C=E6=AD=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/iot/project/profileV2/ESceneManage/index.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/iot/project/profileV2/ESceneManage/index.vue b/src/views/iot/project/profileV2/ESceneManage/index.vue
index 95415ad4..35c470ca 100644
--- a/src/views/iot/project/profileV2/ESceneManage/index.vue
+++ b/src/views/iot/project/profileV2/ESceneManage/index.vue
@@ -72,7 +72,7 @@
>
- {{ scope.row.runStatus ? "启用" : "停止" }}
+ {{ scope.row.runStatus == '0' ? "启用" : "停止" }}
@@ -110,9 +110,9 @@
{{ scope.row.runStatus ? '停止' : '启用' }}{{ scope.row.runStatus == '0' ? '停止' : '启用' }}
{