@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')
按经济类型分组的需求人数
详细数据
@foreach($table_data as $k=>$v) @endforeach
{{$date_aprams['start_year']}}年{{$date_aprams['start_month']}}月到{{$date_aprams['end_year']}}年{{$date_aprams['end_month']}}月数据
经济类型 需求人数 所占比重
{{$v['name']}} {{$v['amount']}} {{$v['rate'].'%'}}
@endsection @section('script') @endsection