From 3673993e2eb02c052c40746412adcc088727b12c Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 06 十一月 2025 19:07:09 +0800
Subject: [PATCH] fix: s
---
packages/components/src/Card/TaskCard.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/packages/components/src/Card/TaskCard.vue b/packages/components/src/Card/TaskCard.vue
index b983916..0985e59 100644
--- a/packages/components/src/Card/TaskCard.vue
+++ b/packages/components/src/Card/TaskCard.vue
@@ -4,8 +4,10 @@
<div class="task-card-title">{{ name }}</div>
<slot name="title-right">
<TaskPrice
+ v-if="releaseStatus !== EnumTaskReleaseStatus.Stopped"
:value="toThousand(serviceFee ?? 0)"
:unit="BillingMethodEnumUnit[billingMethod]"
+ :billingMethod="billingMethod"
/>
</slot>
</div>
--
Gitblit v1.9.1