From 0cf1b417c68013df89504088c471fd113676391a Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 14 八月 2025 17:11:03 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp --- packages/components/src/Card/FlexJobCard.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/components/src/Card/FlexJobCard.vue b/packages/components/src/Card/FlexJobCard.vue index 2d5cbb8..6860478 100644 --- a/packages/components/src/Card/FlexJobCard.vue +++ b/packages/components/src/Card/FlexJobCard.vue @@ -14,7 +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 && `${workSeniority}骞碻 }}</div> <!-- <div class="flexJob-card-done-detail-item">{{ '鍦ㄣ�屽畞娉㈤浄杩.閰掑簵銆嶏紝鍋氳繃瀹㈡埧鏈嶅姟鍛�' }}</div> --> </div> <div class="flexJob-card-footer"> @@ -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