From 1d20f6c431879b7570ccec7621dd1244ae23d09d Mon Sep 17 00:00:00 2001
From: coderxqt <335614092@qq.com>
Date: Mon, 11 May 2026 11:55:45 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E5=91=BC=E8=AE=B0=E5=BD=95=E5=80=BC?=
=?UTF-8?q?=E5=8C=B9=E9=85=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/manage/Satisfactionsurvey/index.vue | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/views/manage/Satisfactionsurvey/index.vue b/src/views/manage/Satisfactionsurvey/index.vue
index 45c8fc7..3f3e64a 100644
--- a/src/views/manage/Satisfactionsurvey/index.vue
+++ b/src/views/manage/Satisfactionsurvey/index.vue
@@ -257,6 +257,9 @@
{{ scope.row.nodeExecuteStatus == "UNEXECUTED" ? "未执行" : "" }}
+
+ {{ scope.row.nodeExecuteStatus == "EXECUTING" ? "执行中" : "" }}
+