From d5fb41cbab3f2fcd2da62b53e0bf9111982a2bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Fri, 29 Aug 2025 11:34:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?ADD:=20=E6=A3=80=E6=B5=8B=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=85=A5=E6=A0=87=E8=AF=86=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BB=A5=E5=8F=8A=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/plan/interface/index.ts | 1 + .../plan/planList/components/planPopup.vue | 112 ++++++++++-------- frontend/src/views/plan/planList/index.vue | 21 +++- 3 files changed, 78 insertions(+), 56 deletions(-) diff --git a/frontend/src/api/plan/interface/index.ts b/frontend/src/api/plan/interface/index.ts index bb487ab..aa38178 100644 --- a/frontend/src/api/plan/interface/index.ts +++ b/frontend/src/api/plan/interface/index.ts @@ -35,6 +35,7 @@ export namespace Plan { progress?: number; // 进度百分比,例如 75 children?: ResPlan[]; testConfig?: PlanTestConfig; + importFlag?: number; // 导入标识,0-否,1-是 } // 检测计划 + 分页 diff --git a/frontend/src/views/plan/planList/components/planPopup.vue b/frontend/src/views/plan/planList/components/planPopup.vue index 7dd8f34..e8312eb 100644 --- a/frontend/src/views/plan/planList/components/planPopup.vue +++ b/frontend/src/views/plan/planList/components/planPopup.vue @@ -13,6 +13,7 @@ - + @@ -166,7 +168,7 @@ > @@ -220,7 +222,7 @@ -