@extends('statistics.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
@include('statistics.module.section.left_menu')
@include('statistics.module.section.timer')
按年龄分组的供求人数
详细数据
@if($table_data) @foreach($table_data as $k=>$v) @endforeach @endif
{{$date_aprams['start_year']}}年{{$date_aprams['start_month']}}月到{{$date_aprams['end_year']}}年{{$date_aprams['end_month']}}月数据
年龄 劳动力供求人数比较
需求人数 需求比重 求职人数 求职比重 求人倍率
{{$v['name']}} {{$v['job_amount']}} {{$v['job_rate']}}% {{$v['resume_num']}} {{$v['resume_rate']}}% {{$v['multiple']}}
@endsection @section('script') @endsection