近30天下单金额: = $orderStat['pay_money'] ?? 0; ?> 元
近30天下单会员数: = $orderStat['member_count'] ?? 0; ?>
近30天下单量: = $orderStat['count'] ?? 0; ?>
近30天下单商品数: = $orderStat['product_count'] ?? 0; ?>
近30天平均客单价: = $orderStat['customer_money'] ?? 0; ?> 元
近30天平均价格: = $orderStat['average_money'] ?? 0; ?> 元
= \common\widgets\echarts\Echarts::widget([
'config' => [
'server' => Url::to(['data']),
'height' => '400px',
],
'themeConfig' => [
'this30Day' => '近30天',
'thisMonth' => '本月',
'thisYear' => '本年',
'lastYear' => '去年',
'customData' => '自定义区间'
],
]) ?>