From 9752b78da2f4afba58955b7c46a2700f72c8ab34 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期日, 19 十月 2025 14:39:29 +0800
Subject: [PATCH] Merge branch 'dev-1.2.0.1' of http://120.26.58.240:8888/r/flexJobMiniApp into dev-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