@extends('layouts.base') @section('title', "商品数据统计") @section('content') {{----}}
{{$type == 'goods_sales_amount'?'商品销售金额排名':($type == 'goods_sales'?'商品销量排名':'分类销量排名')}}
@endsection