招聘网页
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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