From 162da5545cc7df05d28754f62e7dcd3b7758a81f Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 15 八月 2025 16:31:36 +0800
Subject: [PATCH] fix: bug

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

diff --git a/packages/components/src/Card/FlexJobCard.vue b/packages/components/src/Card/FlexJobCard.vue
index bd54ca4..6860478 100644
--- a/packages/components/src/Card/FlexJobCard.vue
+++ b/packages/components/src/Card/FlexJobCard.vue
@@ -30,7 +30,7 @@
 
       <div class="flexJob-card-footer-right" v-if="showFooterRight">
         <slot name="footerRight">
-          <nut-button type="primary" @click.stop="emit('contact')">绔嬪嵆鑱旂郴</nut-button>
+          <nut-button type="primary">绔嬪嵆鑱旂郴</nut-button>
         </slot>
       </div>
     </div>
@@ -71,7 +71,6 @@
 
 const emit = defineEmits<{
   (e: 'cancelCollection'): void;
-  (e: 'contact'): void;
 }>();
 </script>
 

--
Gitblit v1.9.1