From 5cb6cc172de04a8c0f5fd837aa960b428587e2a7 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 18 十一月 2025 16:33:58 +0800
Subject: [PATCH] fix: bug
---
packages/components/src/Task/TaskDetailView.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/packages/components/src/Task/TaskDetailView.vue b/packages/components/src/Task/TaskDetailView.vue
index 6e6b243..1ab8f87 100644
--- a/packages/components/src/Task/TaskDetailView.vue
+++ b/packages/components/src/Task/TaskDetailView.vue
@@ -17,6 +17,7 @@
v-if="detail.releaseStatus !== EnumTaskReleaseStatus.Stopped"
:value="toThousand(detail.serviceFee ?? 0)"
:unit="BillingMethodEnumUnit[detail.billingMethod]"
+ :billingMethod="detail.billingMethod"
/>
</div>
<div class="taskDetail-address-wrapper" @click="goMap">
--
Gitblit v1.9.1