From bdda2f2877c83ea2c3b10e773cd1c768344aa226 Mon Sep 17 00:00:00 2001
From: yiwenZhou <67539158+ywywZhou@users.noreply.github.com>
Date: Wed, 6 Mar 2024 15:54:01 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E8=8A=82=E7=82=B9=E6=89=A7=E8=A1=8C?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=87=8D=E6=9E=84=20--ignore=20(#73?=
=?UTF-8?q?71)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* chore: 节点执行详情页重构 --ignore
# Reviewed, transaction id: 3390
* fix: 代码comment问题修复 --ignore
# Reviewed, transaction id: 3410
---
.../pages/task/TaskExecute/ExecuteInfo.vue | 2094 -----------------
.../TaskExecute/ExecuteInfo/ExecuteLog.vue | 318 ---
.../components/NodeAction/index.vue | 264 +++
.../components/NodeCanvas/index.vue | 426 ++++
.../components}/ExecuteInfoForm.vue | 36 +-
.../ExecuteRecord/components}/InputParams.vue | 2 +-
.../components}/OutputParams.vue | 0
.../components/ExecuteRecord/index.vue} | 320 +--
.../NodeExecuteInfo/components}/NodeLog.vue | 0
.../components}/NodeOperationFlow.vue | 0
.../components/TaskCondition.vue | 262 +++
.../components/common}/JsonschemaForm.vue | 52 +-
.../components/NodeExecuteInfo/index.vue | 690 ++++++
.../NodeTree/components/NodeTreeItem.vue | 407 ++++
.../ExecuteInfo/components/NodeTree/index.vue | 856 +++++++
.../task/TaskExecute/ExecuteInfo/index.vue | 859 +++++++
.../pages/task/TaskExecute/TaskOperation.vue | 602 +----
17 files changed, 3984 insertions(+), 3204 deletions(-)
delete mode 100644 frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo.vue
delete mode 100644 frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/ExecuteLog.vue
create mode 100644 frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/components/NodeAction/index.vue
create mode 100644 frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/components/NodeCanvas/index.vue
rename frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/{ => components/NodeExecuteInfo/components}/ExecuteInfoForm.vue (95%)
rename frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/{ => components/NodeExecuteInfo/components/ExecuteRecord/components}/InputParams.vue (99%)
rename frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/{ => components/NodeExecuteInfo/components/ExecuteRecord/components}/OutputParams.vue (100%)
rename frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/{ExecuteRecord.vue => components/NodeExecuteInfo/components/ExecuteRecord/index.vue} (60%)
rename frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/{ => components/NodeExecuteInfo/components}/NodeLog.vue (100%)
rename frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/{ => components/NodeExecuteInfo/components}/NodeOperationFlow.vue (100%)
create mode 100644 frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/components/NodeExecuteInfo/components/TaskCondition.vue
rename frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/{ => components/NodeExecuteInfo/components/common}/JsonschemaForm.vue (61%)
create mode 100644 frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/components/NodeExecuteInfo/index.vue
create mode 100644 frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/components/NodeTree/components/NodeTreeItem.vue
create mode 100644 frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/components/NodeTree/index.vue
create mode 100644 frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo/index.vue
diff --git a/frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo.vue b/frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo.vue
deleted file mode 100644
index 55a3dc0640..0000000000
--- a/frontend/desktop/src/pages/task/TaskExecute/ExecuteInfo.vue
+++ /dev/null
@@ -1,2094 +0,0 @@
-/**
-* Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community
-* Edition) available.
-* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
-* Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-* http://opensource.org/licenses/MIT
-* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
-* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
-* specific language governing permissions and limitations under the License.
-*/
-
-
-
- {{ $t('包含自动重试 m 次', autoRetryInfo)}}
- {{ $t(',手动重试 n 次', autoRetryInfo)}}
-
- {{ $t('包含手动重试 n 次', { n: realTimeState.retry })}}
- {{ $t('节点执行详情') }}
- {{ $t('异常信息') }}
-
-
+ + {{ $t('包含自动重试 m 次', autoRetryInfo)}} + {{ $t(',手动重试 n 次', autoRetryInfo)}} + + {{ $t('包含手动重试 n 次', { n: realTimeState.retry })}} +
+