From 876a44a82852df5845bf9105e80c98a051f863ff Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 12 十一月 2025 17:55:20 +0800
Subject: [PATCH] feat: 1.3.0.2
---
packages/components/src/Card/JobApplicationCard.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/packages/components/src/Card/JobApplicationCard.vue b/packages/components/src/Card/JobApplicationCard.vue
index 8377875..2993fc2 100644
--- a/packages/components/src/Card/JobApplicationCard.vue
+++ b/packages/components/src/Card/JobApplicationCard.vue
@@ -35,7 +35,7 @@
<div class="job-application-card-publish-time">
{{ `鍙戝竷鏃ユ湡锛�${dayjs(createdTime).format('YYYY-MM-DD')}` }}
</div>
- <slot name="footer-actions">
+ <slot name="footer-actions" v-if="showActions">
<div class="job-application-card-fee">
<TaskPrice :value="toThousand(serviceFee)" :unit="unit" :billingMethod="billingMethod" />
</div>
--
Gitblit v1.9.1