You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
389 B
PHTML
7 lines
389 B
PHTML
9 years ago
|
<ul class="nav navbar-nav">
|
||
|
<li><a href="<?php echo site_url('statistics/index'); ?>">订单总数据</a></li>
|
||
|
<li><a href="<?php echo site_url('statistics/product'); ?>">产品统计</a></li>
|
||
|
<li><a href="<?php echo site_url('statistics/product/source'); ?>">来源统计</a></li>
|
||
|
<li class="hidden"><a href="<?php echo site_url('statistics/paytype'); ?>">支付统计</a></li>
|
||
|
</ul>
|