后台首页统计规则提示优化

feat/task1-c-wallet
Devil 2021-09-02 09:33:33 +08:00
parent 01f698693e
commit 7bfd8af215
2 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@
<div class="block-title echarts-title">
<span class="icon"></span>
<span class="title">订单地域分布</span>
<a href="javascript:;" class="am-icon-question-circle am-text-warning" data-am-popover="{content: '默认维度(省)', trigger: 'hover focus', theme: 'sm'}"></a>
<a href="javascript:;" class="am-icon-question-circle am-text-warning" data-am-popover="{content: '不含取消关闭的订单、默认维度(省)', trigger: 'hover focus', theme: 'sm'}"></a>
<select name="value" data-am-selected="{btnWidth: '50px', btnSize: 'xs'}">
<option value="0" selected></option>
<option value="1"></option>

View File

@ -924,7 +924,7 @@ class StatisticalService
// 订单地域分布
case 'order-whole-country' :
$ret = self:: OrderWholeCountryTotal($params);
$ret = self::OrderWholeCountryTotal($params);
break;
default :