mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-09 07:55:34 +08:00
32 lines
539 B
HTML
32 lines
539 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<div class="tableform">
|
||
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="gridlist">
|
||
<thead>
|
||
<tr>
|
||
<th>发送内容</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><{$item.content}></td>
|
||
</tr>
|
||
</tbody>
|
||
|
||
<thead>
|
||
<tr>
|
||
<th>短信状态信息</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><{$item.msg}></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div> |