From 2a0f9890a4482f4c90f34a88491f96bf6a5a2916 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 12 九月 2025 09:16:07 +0800 Subject: [PATCH] fix: bug --- packages/components/src/Card/TaskPrice.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/components/src/Card/TaskPrice.vue b/packages/components/src/Card/TaskPrice.vue index 922f437..3e8d8a2 100644 --- a/packages/components/src/Card/TaskPrice.vue +++ b/packages/components/src/Card/TaskPrice.vue @@ -11,7 +11,7 @@ }); type Props = { - value?: number; + value?: number | string; unit?: string; }; -- Gitblit v1.9.1