From 8a9b1ce813c24cfa6df7750467c6af64d0560afc Mon Sep 17 00:00:00 2001 From: csc <869898671@qq.com> Date: Sun, 22 Jun 2025 14:36:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor(layout):=20=E8=B0=83=E6=95=B4=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E8=8A=82=E7=82=B9=E5=92=8C=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=A4=B4=E9=83=A8=E7=BB=84=E4=BB=B6-=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E8=8A=82=E7=82=B9=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=9D=A1=E4=BB=B6=E5=88=A4=E6=96=AD=E9=80=BB?= =?UTF-8?q?=E8=BE=91=20-=20=E5=9C=A8=E5=85=A8=E5=B1=80=E5=A4=B4=E9=83=A8?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=AD=E6=B3=A8=E9=87=8A=E6=8E=89=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=8C=89=E9=92=AE=E4=BB=A5=E9=9A=90=E8=97=8F=E5=85=B6?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=20-=20=E8=B0=83=E6=95=B4=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=AD=E7=9A=84=E5=BA=95=E9=83=A8=E6=A0=8F?= =?UTF-8?q?=E5=8F=AF=E8=A7=81=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/workflow/modules/nodes/workflow-node.vue | 2 +- src/layouts/modules/global-header/index.vue | 2 ++ src/theme/settings.ts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/workflow/modules/nodes/workflow-node.vue b/src/components/workflow/modules/nodes/workflow-node.vue index 39e05cc..03394cb 100644 --- a/src/components/workflow/modules/nodes/workflow-node.vue +++ b/src/components/workflow/modules/nodes/workflow-node.vue @@ -132,7 +132,7 @@ const detailDrawer = ref([]); const showDetail = (node: Workflow.ConditionNodeType, detailIndex: number) => { detailIds.value = []; - if (store.type === 4) { + if (store.type === 2) { node.jobBatchList ?.sort((a, b) => a.taskBatchStatus - b.taskBatchStatus) .forEach(item => { diff --git a/src/layouts/modules/global-header/index.vue b/src/layouts/modules/global-header/index.vue index 0b8ed37..0d69eba 100644 --- a/src/layouts/modules/global-header/index.vue +++ b/src/layouts/modules/global-header/index.vue @@ -45,6 +45,7 @@ const href = (url: string) => {
+