| | |
| | | EnumTaskUserHireStatus, |
| | | GetPersonalApplyTaskInfosQueryStatus, |
| | | GetPersonalHireTaskInfosQueryStatus, |
| | | GetTaskInfoQueryResultHireButton, |
| | | GetTaskInfoQueryResultApplyButton, |
| | | } from './apiEnum'; |
| | | |
| | | export const EnumBillingMethodText = { |
| | |
| | | [GetPersonalHireTaskInfosQueryStatus.InProcess]: '#2A9E1B', |
| | | [GetPersonalHireTaskInfosQueryStatus.Completed]: '#9FA4AC', |
| | | }; |
| | | |
| | | export const GetTaskInfoQueryResultHireButtonText = { |
| | | [GetTaskInfoQueryResultHireButton.ApplyCheckReceive]: '申请验收', |
| | | [GetTaskInfoQueryResultHireButton.InProcess]: '进行中', |
| | | [GetTaskInfoQueryResultHireButton.Completed]: '已完成', |
| | | }; |
| | | |
| | | export const GetTaskInfoQueryResultApplyButtonText = { |
| | | [GetTaskInfoQueryResultApplyButton.WaitHire]: '待确认', |
| | | [GetTaskInfoQueryResultApplyButton.WaitSignContract]: '去签约', |
| | | }; |