From 2ead0564b60f70c4e19ab3567698c202c10c316d Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 07 十一月 2025 10:44:57 +0800
Subject: [PATCH] feat: 1.3.0.1
---
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.10.0