From 9c8b6d1cf6b43c6652b5183cd0183e8e257001f7 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 11 九月 2025 17:41:31 +0800
Subject: [PATCH] feat: 页面

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

diff --git a/packages/components/src/Card/FlexJobCard.vue b/packages/components/src/Card/FlexJobCard.vue
index 36fca70..006a2d1 100644
--- a/packages/components/src/Card/FlexJobCard.vue
+++ b/packages/components/src/Card/FlexJobCard.vue
@@ -14,9 +14,7 @@
       {{ workExperience }}
     </div>
     <div class="flexJob-card-done-detail" v-if="showDoneDetail">
-      <div class="flexJob-card-done-detail-item">
-        {{ workSeniority }}
-      </div>
+      <div class="flexJob-card-done-detail-item">{{ workSeniority }}</div>
       <!-- <div class="flexJob-card-done-detail-item">{{ '鍦ㄣ�屽畞娉㈤浄杩.閰掑簵銆嶏紝鍋氳繃瀹㈡埧鏈嶅姟鍛�' }}</div> -->
     </div>
     <div class="flexJob-card-footer">
@@ -32,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>
@@ -42,7 +40,7 @@
 <script setup lang="ts">
 import { CommonTaskCardProps } from './card';
 import FlexJobTopView from './FlexJobTopView.vue';
-import { EnumUserGender, Gender } from '@12333/constants';
+import { EnumUserGender } from '@12333/constants';
 
 defineOptions({
   name: 'FlexJobCard',
@@ -73,7 +71,6 @@
 
 const emit = defineEmits<{
   (e: 'cancelCollection'): void;
-  (e: 'contact'): void;
 }>();
 </script>
 

--
Gitblit v1.9.1