Commit 0100f759 authored by agping's avatar agping

撤销时间

parent 630a7745
......@@ -94,6 +94,7 @@
</tr>
<tr class="maintable-tr-bar">
<th class="text-center">ID</th>
<th class="text-center">撤销提交时间</th>
<th class="text-center">提交时间</th>
<th class="text-center">商铺地址</th>
<th class="text-center">商铺号</th>
......
......@@ -4,6 +4,7 @@
[% for(var item in it["list"]){ %]
<tr data-id="[%= it['list'][item]['id'] %]" data-orderid="[%= it['list'][item]['order_id'] %]">
<td class="text-center" >[%= it["list"][item]['id'] %]</td>
<td class="text-center" >[%= it["list"][item]['backout_time'] %]</td>
<td class="text-center" width="10%">[%= it["list"][item]['create_time'] %]</td>
<td class="text-left">[%= it["list"][item]['address'] %]</td>
<td class="text-center">[%= it["list"][item]['house_number'] %]</td>
......
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