mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-04 06:26:52 +08:00
15 lines
448 B
HTML
15 lines
448 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<div class="main-left fl">
|
||
<div class="main-left-tit clearfix">
|
||
<span class="">商品报表</span>
|
||
</div>
|
||
<ul>
|
||
<{foreach from=$menus item=menu key=key}>
|
||
<li <{if $key == $main_left_key}>class="cur"<{/if}>><a href="<{$menu.link}>"><{$menu.name}></a></li>
|
||
<{/foreach}>
|
||
</ul>
|
||
</div> |