mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
24 lines
651 B
HTML
24 lines
651 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<{capture name="header"}>
|
||
<link href="../apps/ome/statics/ome.css" rel="stylesheet" type="text/css">
|
||
<{/capture}>
|
||
<h3 class="head-title">队列详情</h3>
|
||
<div class="tableform">
|
||
<div class="division">
|
||
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
|
||
<tr>
|
||
<th >参数:</th>
|
||
<td><{$queue.params}></td>
|
||
</tr>
|
||
<tr>
|
||
<th >错误信息:</th>
|
||
<td><{$queue.errmsg}></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div> |