Update index.html

This commit is contained in:
邹景立 2021-03-25 16:21:00 +08:00
parent 7f5ded0367
commit e2ae47e274

View File

@ -78,7 +78,7 @@
</td>
<td class="text-left nowrap">
{foreach $vo.list as $g}
<div>{$g.goods_name|default=''} x{$g.stock_sales|default=0}</div>
<div>{$g.goods_name|default=''}<span class="color-blue"> x </span>{$g.stock_sales|default=0}</div>
{/foreach}
</td>
</tr>