| | |
| | | <Cell :show-title="false"> |
| | | <CellChunk title="福利信息"> |
| | | <div class="taskDetail-welfare-list"> |
| | | <TaskDetailWelfareItem /> |
| | | <TaskDetailWelfareItem /> |
| | | <TaskDetailWelfareItem /> |
| | | <TaskDetailWelfareItem /> |
| | | <TaskDetailWelfareItem /> |
| | | <TaskDetailWelfareItem :icon="IconAttentioActive" text="高温补贴" /> |
| | | <TaskDetailWelfareItem :icon="IconAttentioActive" text="高温补贴" /> |
| | | <TaskDetailWelfareItem :icon="IconAttentioActive" text="高温补贴" /> |
| | | <TaskDetailWelfareItem :icon="IconAttentioActive" text="高温补贴" /> |
| | | <TaskDetailWelfareItem :icon="IconAttentioActive" text="高温补贴" /> |
| | | </div> |
| | | </CellChunk> |
| | | <CellChunk title="报名条件"> |
| | |
| | | openType="share" |
| | | ></PageFooterAction> |
| | | <PageFooterAction :icon="IconPhone" text="手机" :isFlex="false"></PageFooterAction> |
| | | <PageFooterBtn type="primary">报名</PageFooterBtn> |
| | | <PageFooterBtn type="primary">报名(5人已报名)</PageFooterBtn> |
| | | </PageFooter> |
| | | </LoadingLayout> |
| | | </template> |
| | |
| | | import { useQuery } from '@tanstack/vue-query'; |
| | | import * as orderServices from '@12333/services/api/Order'; |
| | | import { useToggle } from 'senin-mini/hooks'; |
| | | import { TaskPrice } from '@12333/components'; |
| | | import { TaskPrice, TaskDetailWelfareItem } from '@12333/components'; |
| | | import IconAttention from '@/assets/task/icon-attention.png'; |
| | | import IconAttentioActive from '@/assets/task/icon-attention-active.png'; |
| | | import { RectRight } from '@nutui/icons-vue-taro'; |
| | |
| | | import IconSafe from '@/assets/task/icon-safe.png'; |
| | | import IconLocaltion from '@/assets/task/icon-localtion.png'; |
| | | import './taskDetail.scss'; |
| | | import TaskDetailWelfareItem from '../components/TaskDetailWelfareItem.vue'; |
| | | import CompanyDesc from '../components/CompanyDesc.vue'; |
| | | |
| | | defineOptions({ |