| | |
| | | }; |
| | | |
| | | export const EnumUserGenderText = { |
| | | [0]: '不限', |
| | | [EnumUserGender.Male]: '男性', |
| | | [EnumUserGender.Female]: '女性', |
| | | }; |
| | | |
| | | export const EnumUserGenderTextForPerson = { |
| | | [EnumUserGender.Male]: '男', |
| | | [EnumUserGender.Female]: '女', |
| | | }; |
| | | |
| | | export const EnumBillingMethodText = { |
| | |
| | | [EnumBillingMethod.Hour]: '元/小时', |
| | | [EnumBillingMethod.Piece]: '元/件', |
| | | }; |
| | | |
| | | export const EnumTaskSettlementStatusText = { |
| | | [EnumTaskSettlementStatus.Wait]: '待结算', |
| | | [EnumTaskSettlementStatus.Completed]: '已结算', |
| | | }; |
| | | |
| | | export const EnumTaskCheckReceiveStatusText = { |
| | | [EnumTaskCheckReceiveStatus.Wait]: '待验收', |
| | | [EnumTaskCheckReceiveStatus.Completed]: '已验收', |
| | | }; |