From 8994e585d37575ef6df49f083ed23796a85a4113 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 08 十二月 2025 15:13:06 +0800
Subject: [PATCH] fix: bug

---
 src/constants/reward.ts |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/constants/reward.ts b/src/constants/reward.ts
index 5535c7a..0939d3c 100644
--- a/src/constants/reward.ts
+++ b/src/constants/reward.ts
@@ -1,6 +1,8 @@
 import { Colors } from './enum';
 
 export enum BountyCheckStatusEnum {
+  /**宸叉挙鍥� */
+  Redoed = -20,
   /**
    * 鏈彁浜�
    */
@@ -20,10 +22,17 @@
 }
 
 export const BountyCheckStatusEnumText = {
+  [BountyCheckStatusEnum.Redoed]: '宸叉挙鍥�',
   [BountyCheckStatusEnum.WaitCheck]: '寰呭鏍�',
   [BountyCheckStatusEnum.CheckPassed]: '瀹℃牳閫氳繃',
   [BountyCheckStatusEnum.CheckReject]: '瀹℃牳鏈�氳繃',
 };
+
+export const BountyCheckStatusEnumTextForDisplay = {
+  [BountyCheckStatusEnum.Redoed]: '宸叉挙鍥�',
+  ...BountyCheckStatusEnumText,
+};
+
 export const BountyCheckStatusEnumTextForAudit = {
   [BountyCheckStatusEnum.CheckPassed]: '瀹℃牳閫氳繃',
   [BountyCheckStatusEnum.CheckReject]: '椹冲洖',
@@ -153,14 +162,14 @@
 };
 
 export enum IncomeTypeEnum {
-  /**璐㈡斂鎷ㄤ粯 */
+  /**鎺ㄥ箍琛ヨ创鍙戞斁 */
   Fiscal = 10,
   /**骞冲彴鎷ㄤ粯 */
   Platform = 20,
 }
 
 export const IncomeTypeEnumText = {
-  [IncomeTypeEnum.Fiscal]: '璐㈡斂鎷ㄤ粯',
+  [IncomeTypeEnum.Fiscal]: '鎺ㄥ箍琛ヨ创鍙戞斁',
   [IncomeTypeEnum.Platform]: '骞冲彴鎷ㄤ粯',
 };
 

--
Gitblit v1.9.1