mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-14 01:35:35 +08:00
18 lines
356 B
HTML
18 lines
356 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<div class="tableform">
|
||
<h4><{t}>详情<{/t}></h4>
|
||
<div class="division">
|
||
<table>
|
||
<{foreach from=$sdf item=item key=key}>
|
||
<tr>
|
||
<th><{$key}>:</th>
|
||
<td><{$item}></td>
|
||
</tr>
|
||
<{/foreach}>
|
||
</table>
|
||
</div>
|
||
</div> |