@extends('statistics.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
| 学历 | 需求人数 | 求职人数 | 求人倍率 |
|---|---|---|---|
| {{$v['education_cn']}} | {{$v['job_num']}} | {{$v['resume_num']}} | {{$v['rate']}} |
| 合计 | {{$job_total}} | {{$resume_total}} | {{$resume_total>0?sprintf("%.2f", (int)$job_total/(int)$resume_total):'0'}} |
| 暂无数据 | |||