| | |
| | | taskCategories: [ |
| | | { |
| | | type: 'emergency', |
| | | name: '急救转运', |
| | | name: '转运任务', |
| | | icon: 'hospital', |
| | | color: '#E54D42', |
| | | description: '紧急医疗转运任务', |
| | | taskType: 'EMERGENCY_TRANSFER', |
| | | page: '/pages/task/create-emergency' |
| | | page: '/pagesTask/create-emergency' |
| | | }, |
| | | { |
| | | type: 'normal', |
| | |
| | | color: '#007AFF', |
| | | description: '设备维修、保养等日常任务', |
| | | taskType: 'MAINTENANCE', |
| | | page: '/pages/task/create-normal' |
| | | page: '/pagesTask/create-normal' |
| | | }, |
| | | { |
| | | type: 'normal', |
| | |
| | | color: '#1AAD19', |
| | | description: '车辆加油等任务', |
| | | taskType: 'FUEL', |
| | | page: '/pages/task/create-normal' |
| | | page: '/pagesTask/create-normal' |
| | | }, |
| | | |
| | | { |
| | |
| | | color: '#F37B1D', |
| | | description: '老年人、残疾人等特殊群体用车服务', |
| | | taskType: 'WELFARE', |
| | | page: '/pages/task/create-welfare' |
| | | page: '/pagesTask/create-welfare' |
| | | } |
| | | ] |
| | | } |