1234567891011121314151617181920212223242526272829 |
- <template>
- <a-timeline>
- <a-timeline-item>求职者领取求职登记表</a-timeline-item>
- <a-timeline-item>写求职登记表(填表区设在一楼和三楼)</a-timeline-item>
- <a-timeline-item>留一份求职登记表或个人简历给人才市场</a-timeline-item>
- <a-timeline-item>
- 免费参加现场招聘会
- </a-timeline-item>
- <a-timeline-item>
- 会后继续免费在菊城人才市场发布求职信息和免费推荐就业
- </a-timeline-item>
- </a-timeline>
- <a-typography>
- <a-typography-title :level="3">★乘车指引</a-typography-title>
- <a-typography-paragraph>
- 沙口总部:在小榄乘坐501、502、505路公交车(原榄运1、2、5),在江滨公园站下车即到(即菊城人才市场门口)。
- </a-typography-paragraph>
- <a-typography-title :level="3">★菊城人才市场沙口总部地图</a-typography-title>
- <a-typography-paragraph>
- </a-typography-paragraph>
- </a-typography>
- </template>
-
- <script setup lang="ts">
- import { ref, computed, onMounted } from 'vue';
- </script>
-
- <style>
- </style>
|