@extends('statistics.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
{{$date_aprams['start_year']}}年{{$date_aprams['start_month']}}月到{{$date_aprams['end_year']}}年{{$date_aprams['end_month']}}月数据 | ||
---|---|---|
行业 | 需求人数 | 所占比重 |
{{$v['name']}} | {{$v['job_amount']}} | {{$v['rate'].'%'}} |
合计 | {{$total_amount}} | {{$total_amount>0?sprintf("%.4f", (int)$total_amount/(int)$total_amount)*100:0.00}}% |