CoreCms.Net.Web.Admin/wwwroot/views/order/orders/details.html
@@ -340,7 +340,7 @@ <th>收货人名</th> <th>收货电话</th> <th>收货地址</th> <th style="width: 60px">操作</th> <th style="width: 60px">状态</th> </tr> </thead> <tbody> @@ -354,6 +354,8 @@ <td>{{item.shipMobile}}</td> <td>{{item.shipAreaIdName}}-{{item.shipAddress}}</td> <td> {{item.logiCode=="Distributor"? item.distributionAcceptStr??"未确认接受配送":""}} <!-- <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>