重置

最新职位

个职位

暂无符合条件的职位

试试调整筛选条件,或发布新的职位吧

发布职位
'; } else { foreach ($jobs as $job) { // 职位类型标签样式 $type_class = match($job['type']) { '全职' => 'bg-green-100 text-green-800', '兼职' => 'bg-purple-100 text-purple-800', '实习' => 'bg-orange-100 text-orange-800', default => 'bg-gray-100 text-gray-800' }; echo '

' . e($job['title']) . '

' . e($job['salary']) . '
' . e($job['company']) . ' ' . e($job['location']) . ' ' . e($job['type']) . '
发布时间: ' . format_time($job['publish_time']) . '
'; } } ?>