From 375f01a6ab71582bf5eb7a86e794ed97d72bbc28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Tue, 9 Sep 2025 10:25:53 +0800 Subject: [PATCH] =?UTF-8?q?UPDATE:=20=E5=AE=8C=E5=96=84=E6=A3=80=E4=BF=AE?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E9=A1=B9=E7=9B=AE=E8=B4=9F=E8=B4=A3=E4=BA=BA?= =?UTF-8?q?=E5=92=8C=E9=A1=B9=E7=9B=AE=E6=88=90=E5=91=98=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/plan/interface/index.ts | 2 +- .../plan/planList/components/childrenPlan.vue | 2 +- .../plan/planList/components/devSelect.vue | 6 ++-- .../plan/planList/components/planPopup.vue | 33 +++++++++---------- 4 files changed, 21 insertions(+), 22 deletions(-) diff --git a/frontend/src/api/plan/interface/index.ts b/frontend/src/api/plan/interface/index.ts index 7721484..0460877 100644 --- a/frontend/src/api/plan/interface/index.ts +++ b/frontend/src/api/plan/interface/index.ts @@ -37,7 +37,7 @@ export namespace Plan { testConfig?: PlanTestConfig; importFlag?: number; // 导入标识,0-否,1-是 leader?: string; // 负责人 - memberIds?: string[]; //成员 + memberIds?: string | string[]; //成员 members?: string; //成员字符串 } diff --git a/frontend/src/views/plan/planList/components/childrenPlan.vue b/frontend/src/views/plan/planList/components/childrenPlan.vue index 6485be2..6dfada1 100644 --- a/frontend/src/views/plan/planList/components/childrenPlan.vue +++ b/frontend/src/views/plan/planList/components/childrenPlan.vue @@ -305,7 +305,7 @@ const columns = reactive[]>([ prop: 'boundPlanName', label: '子计划', minWidth: 150, - + isShow: planFormContent.value?.importFlag === 0, render: scope => { console.log('boundPlanName', isTabPlanFather.value) const value = scope.row.boundPlanName diff --git a/frontend/src/views/plan/planList/components/devSelect.vue b/frontend/src/views/plan/planList/components/devSelect.vue index 3b6f71c..e08edd3 100644 --- a/frontend/src/views/plan/planList/components/devSelect.vue +++ b/frontend/src/views/plan/planList/components/devSelect.vue @@ -122,7 +122,7 @@ -