mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:23:26 +08:00
【移除】移除旧版视频号集成遗留的【同步直播订单】按钮
This commit is contained in:
@@ -334,7 +334,6 @@
|
||||
<th>收货人名</th>
|
||||
<th>收货电话</th>
|
||||
<th>收货地址</th>
|
||||
<th style="width: 60px">操作</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -347,9 +346,6 @@
|
||||
<td>{{item.shipName}}</td>
|
||||
<td>{{item.shipMobile}}</td>
|
||||
<td>{{item.shipAreaIdName}}-{{item.shipAddress}}</td>
|
||||
<td>
|
||||
<button type="button" class="layui-btn layui-btn-warm layui-btn-xs" data-deliveryId="{{item.deliveryId}}" lay-active="refreshDelivery" style="margin-left: 0px">同步直播订单</button>
|
||||
</td>
|
||||
</tr>
|
||||
{{# }); }}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user