From 3f7e4f5dc89127eeab326fbc4b31a545f515a376 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 20 十月 2025 15:24:15 +0800 Subject: [PATCH] fix: bug --- packages/components/src/Card/TaskCard.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/packages/components/src/Card/TaskCard.vue b/packages/components/src/Card/TaskCard.vue index b983916..4f071a2 100644 --- a/packages/components/src/Card/TaskCard.vue +++ b/packages/components/src/Card/TaskCard.vue @@ -4,6 +4,7 @@ <div class="task-card-title">{{ name }}</div> <slot name="title-right"> <TaskPrice + v-if="releaseStatus !== EnumTaskReleaseStatus.Stopped" :value="toThousand(serviceFee ?? 0)" :unit="BillingMethodEnumUnit[billingMethod]" /> -- Gitblit v1.9.1