From ae51226ce036e0201e94b60ffa92b92e893767ee Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期日, 19 十月 2025 17:29:17 +0800
Subject: [PATCH] feat: 1.2.0.1

---
 packages/constants/task.ts |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/packages/constants/task.ts b/packages/constants/task.ts
index 669badf..bc91100 100644
--- a/packages/constants/task.ts
+++ b/packages/constants/task.ts
@@ -14,6 +14,7 @@
   GetTaskInfoQueryResultApplyButton,
   EnumTaskUserSubmitCheckReceiveStatus,
   EnumTaskUserSubmitCheckHistoryType,
+  EnumTaskCheckReceiveMethod,
 } from './apiEnum';
 
 export const EnumBillingMethodText = {
@@ -21,6 +22,7 @@
   [EnumBillingMethod.Day]: '鎸夋棩',
   [EnumBillingMethod.Hour]: '鎸夋椂',
   [EnumBillingMethod.Piece]: '璁′欢',
+  [EnumBillingMethod.Face]: '闈㈣',
 };
 
 export const EnumUserGenderText = {
@@ -170,3 +172,8 @@
   [EnumTaskUserSubmitCheckHistoryType.UnCheckIn]: Colors.Danger,
   [EnumTaskUserSubmitCheckHistoryType.UnCheckOut]: Colors.Info,
 };
+
+export const EnumTaskCheckReceiveMethodText = {
+  [EnumTaskCheckReceiveMethod.CheckIn]: '浜哄伐绛惧埌',
+  [EnumTaskCheckReceiveMethod.Submit]: '鑷富鎻愪氦',
+};

--
Gitblit v1.9.1