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>