wupengfei
8 天以前 17511a0d3d2635723c3d0e1c9da6db75996253d9
src/constants/task.ts
@@ -84,7 +84,7 @@
  [EnumBillingMethod.Day]: '按日',
  [EnumBillingMethod.Hour]: '按时',
  [EnumBillingMethod.Piece]: '计件',
  // [EnumBillingMethod.face]: '面议',
  [EnumBillingMethod.Face]: '面议',
};
export const EnumBillingMethodUnitText = {
@@ -170,3 +170,8 @@
  [EnumEnterpriseWalletAccess.PingAnPay]: '平安银行结算',
  [EnumEnterpriseWalletAccess.WeChatPay]: '微信结算',
};
export const EnumTaskCheckReceiveMethodText = {
  [EnumTaskCheckReceiveMethod.CheckIn]: '人工签到',
  [EnumTaskCheckReceiveMethod.Submit]: '自主提交',
};