From c549f4e01e4c82ac51fbafdcdb6302a31e815808 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=AF=E5=B0=91=E5=BA=B7?= <2496371772@qq.com>
Date: Thu, 30 Jul 2026 14:48:39 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E8=BF=90=E6=A8=A1=E6=8B=9F=E7=BD=AE?=
=?UTF-8?q?=E9=A1=B6=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/symn/index.vue | 28 ++++++++++++----------------
src/pages/tqybjs/tab-1/index.vue | 12 ++++++------
2 files changed, 18 insertions(+), 22 deletions(-)
diff --git a/src/pages/symn/index.vue b/src/pages/symn/index.vue
index 4b56c729..cd91a3d9 100644
--- a/src/pages/symn/index.vue
+++ b/src/pages/symn/index.vue
@@ -257,6 +257,7 @@ function clearChild() {
}
// 置顶和取消置顶
const pinToTopTask = (row: any, isPin: boolean) => {
+ console.log(row,"row")
if (!isPin) {
pinToTop({ taskId: row.id }, (res) => {
if (res.code === 200) {
@@ -274,7 +275,6 @@ const pinToTopTask = (row: any, isPin: boolean) => {
}
};
function viewTask(task: any) {
- debugger
console.log('查看任务:', task);
handleClose();
form.value = {
@@ -292,11 +292,11 @@ function viewTask(task: any) {
key: 'isQueryData',
value: true,
});
- if (task.taskMode === 1) {
+ // if (task.taskMode === 1) {
EventBusTool.getEventBus().publish('mapRightMenuUIEvent', {
key: 'gifIcon'
});
- }
+ // }
// 移除所有台站
classInstances.olTarget?.clearMarkers();
@@ -1001,10 +1001,6 @@ getStations();
-
-
-
-
@@ -1172,12 +1168,12 @@ getStations();
- 执行失败
- 未开始
- 等待中
- 运行中
- 已完成
- 检查未通过
+ 执行失败
+ 未开始
+ 等待中
+ 运行中
+ 已完成
+ 检查未通过
@@ -1215,11 +1211,11 @@ getStations();
-
- {{ !scope.topTask ? t('pinToTop') : t('unpin') }}
+
+ {{ !scope.row.topTask ? t('pinToTop') : t('unpin') }}
- {{ !scope.topTask ? t('pinToTop') : t('unpin') }}
+ {{ !scope.row.topTask ? t('pinToTop') : t('unpin') }}
diff --git a/src/pages/tqybjs/tab-1/index.vue b/src/pages/tqybjs/tab-1/index.vue
index 54df9c60..557ce311 100644
--- a/src/pages/tqybjs/tab-1/index.vue
+++ b/src/pages/tqybjs/tab-1/index.vue
@@ -504,12 +504,12 @@ getList();
- 执行失败
- 未开始
- 等待中
- 运行中
- 已完成
- 检查未通过
+ 执行失败
+ 未开始
+ 等待中
+ 运行中
+ 已完成
+ 检查未通过