From 3a250e8d730021e5ea2188ed7dbab8439e4b2402 Mon Sep 17 00:00:00 2001 From: huang <1724659546@qq.com> Date: Mon, 22 Sep 2025 17:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlanContentEditor.vue | 6 +++++- src/components/PlanList.vue | 28 ++++++++++++++-------------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/src/components/PlanContentEditor.vue b/src/components/PlanContentEditor.vue index 2b9e5d43..46692584 100644 --- a/src/components/PlanContentEditor.vue +++ b/src/components/PlanContentEditor.vue @@ -18,7 +18,7 @@
@@ -112,6 +112,10 @@ export default { this.loading = false; } }, + handleEdit() { + // Placeholder for future implementation + this.$message.info('编辑功能正在开发中'); + }, editTask(task) { console.log('编辑任务:', task); this.$message.info('编辑任务功能正在开发中'); diff --git a/src/components/PlanList.vue b/src/components/PlanList.vue index 8e24d956..fe721fc2 100644 --- a/src/components/PlanList.vue +++ b/src/components/PlanList.vue @@ -62,10 +62,10 @@ {{ formatNextExecutionTime(scope.row.cron_expression) }} - +