【移除】移除旧版视频号集成遗留的【同步直播订单】按钮

This commit is contained in:
大灰灰
2024-08-09 15:52:48 +08:00
parent c14c1add34
commit 1876ff05d1

View File

@@ -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>