From fb243f3345c6f3ed7e7c8c2d98c39b5afc782b9a Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 20 十月 2025 10:24:40 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp

---
 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