wupengfei
4 天以前 b4007c6c9282ca2db3f24581ee8c3759c912bead
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>