后台首页统计规则提示优化
parent
01f698693e
commit
7bfd8af215
|
|
@ -265,7 +265,7 @@
|
||||||
<div class="block-title echarts-title">
|
<div class="block-title echarts-title">
|
||||||
<span class="icon"></span>
|
<span class="icon"></span>
|
||||||
<span class="title">订单地域分布</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'}">
|
<select name="value" data-am-selected="{btnWidth: '50px', btnSize: 'xs'}">
|
||||||
<option value="0" selected>省</option>
|
<option value="0" selected>省</option>
|
||||||
<option value="1">市</option>
|
<option value="1">市</option>
|
||||||
|
|
|
||||||
|
|
@ -924,7 +924,7 @@ class StatisticalService
|
||||||
|
|
||||||
// 订单地域分布
|
// 订单地域分布
|
||||||
case 'order-whole-country' :
|
case 'order-whole-country' :
|
||||||
$ret = self:: OrderWholeCountryTotal($params);
|
$ret = self::OrderWholeCountryTotal($params);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default :
|
default :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue