作者 刘朕
1 个管道 的构建 通过 耗费 2 秒

后台业务员列表购买人

... ... @@ -58,6 +58,7 @@
<tr>
<th>序号</th>
<th>订单号</th>
<th>购买人</th>
<th>姓名</th>
<th>手机号</th>
<th>地区</th>
... ... @@ -76,6 +77,7 @@
<tr class="tr{$vo.id}">
<td>{$vo.id}</td>
<td>{$vo.order_number}</td>
<td>{$vo.uid}</td>
<td>{$vo.name}</td>
<td>{$vo.phone}</td>
<td>{$vo.region}</td>
... ...