src/constants/task.ts
@@ -94,6 +94,7 @@ [EnumBillingMethod.Day]: '元/日', [EnumBillingMethod.Hour]: '元/小时', [EnumBillingMethod.Piece]: '元/件', [EnumBillingMethod.Face]: '面议', }; export const EnumTaskSettlementStatusText = { @@ -126,7 +127,7 @@ }; export const EnumTaskCheckReceiveMethodText = { [EnumTaskCheckReceiveMethod.CheckIn]: '人工签到', [EnumTaskCheckReceiveMethod.CheckIn]: '发单签到', [EnumTaskCheckReceiveMethod.Submit]: '自主提交', };