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' ? '停止' : '启用' }}
{