From ce37640c757ccb9fb0ea02d6c538c9a844265557 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 06 Dec 2025 17:27:32 +0800
Subject: [PATCH] Merge branch 'feature/v8.0/8.0.4' into prod

---
 src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue b/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
index 6b34eeb..d7a5451 100644
--- a/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
+++ b/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -17,7 +17,7 @@
             </el-tooltip-copy>
           </template>
         </el-table-column>
-        <el-table-column prop="name" label="任务编号" width="160">
+        <el-table-column prop="name" label="任务名称" width="160">
           <template #default="scope">
             <el-tooltip-copy :content="scope.row.name" :showCopyText="true">
               {{scope.row.name}}
@@ -273,7 +273,7 @@
 })
 
 onBeforeUnmount(() => {
-  clearInterval(polling)
+  // clearInterval(polling)
 })
 
 onMounted(() => {

--
Gitblit v1.9.3