From a261170567648a5b425077049835ce8b7fb0c466 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 18 二月 2025 09:15:43 +0800
Subject: [PATCH] feat: 签约

---
 packages/components/src/Card/TaskCard.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/components/src/Card/TaskCard.vue b/packages/components/src/Card/TaskCard.vue
index ddee2ff..27a75cb 100644
--- a/packages/components/src/Card/TaskCard.vue
+++ b/packages/components/src/Card/TaskCard.vue
@@ -21,7 +21,7 @@
       </div>
       <div class="task-card-actions" v-if="showActions">
         <slot name="actions">
-          <nut-button type="primary">鎶ュ悕</nut-button>
+          <nut-button type="primary" @click.stop="handleSign">鎶ュ悕</nut-button>
         </slot>
       </div>
     </div>
@@ -43,6 +43,8 @@
 const props = withDefaults(defineProps<Props>(), {
   showActions: true,
 });
+
+function handleSign() {}
 </script>
 
 <style lang="scss">

--
Gitblit v1.9.1