Commit 9071329b by LiuJunYi

订单号

parent a65bd314
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<tr> <tr>
<th>ID</th> <th>ID</th>
<th>订单标题</th> <th>订单标题</th>
<th>订单号</th>
<th>订单来源</th> <th>订单来源</th>
<th>项目信息</th> <th>项目信息</th>
<th>用户信息</th> <th>用户信息</th>
...@@ -74,6 +75,7 @@ ...@@ -74,6 +75,7 @@
<tr> <tr>
<td>{$vo.id}</td> <td>{$vo.id}</td>
<td>{$vo.title}</td> <td>{$vo.title}</td>
<td>{$vo.out_trade_no}</td>
<td> <td>
{if condition="$vo.type == 1"} {if condition="$vo.type == 1"}
活动报名 活动报名
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment