From d8c99ce38d89420791aede2c5ba7edb37e459be4 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Wed, 15 Apr 2026 22:30:19 +0800 Subject: [PATCH] feat: enhance TaskOperationDialog with improved form labels and structure --- .../home/components/TaskOperationDialog.vue | 41 ++++++++++++++----- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/src/pages/home/components/TaskOperationDialog.vue b/src/pages/home/components/TaskOperationDialog.vue index 8e03148..13ca075 100644 --- a/src/pages/home/components/TaskOperationDialog.vue +++ b/src/pages/home/components/TaskOperationDialog.vue @@ -1,16 +1,34 @@