| | |
| | | export const GetPersonalApplyTaskInfosQueryStatusText = { |
| | | [GetPersonalApplyTaskInfosQueryStatus.WaitHire]: '待确认', |
| | | [GetPersonalApplyTaskInfosQueryStatus.WaitSignContract]: '待签约', |
| | | [GetPersonalApplyTaskInfosQueryStatus.HireRefuse]: '已谢绝', |
| | | }; |
| | | |
| | | export const GetPersonalApplyTaskInfosQueryStatusColor = { |
| | | [GetPersonalApplyTaskInfosQueryStatus.WaitHire]: '#FF7D00', |
| | | [GetPersonalApplyTaskInfosQueryStatus.WaitSignContract]: '#3A71FF', |
| | | [GetPersonalApplyTaskInfosQueryStatus.HireRefuse]: '#c45656', |
| | | }; |
| | | |
| | | export const GetPersonalHireTaskInfosQueryStatusText = { |