wupengfei
3 天以前 ae51226ce036e0201e94b60ffa92b92e893767ee
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]: '自主提交',
};