sunhao 5 年之前
父节点
当前提交
abb333db98
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/order/orderlist.blade.php

+ 2 - 2
resources/views/order/orderlist.blade.php

@@ -36,12 +36,12 @@
36 36
             <table class="table table-border table-bordered table-bg table-hover table-sort">
37 37
                 <thead>
38 38
                 <tr class="text-c">
39
-                    <th width="2%">订单编号</th>
39
+                    <th width="4%">订单编号</th>
40 40
                     <th width="3%">买家名称</th>
41 41
                     <th width="3%">收货人</th>
42 42
                     <th width="5%">收货人手机号</th>                    
43 43
                     <th width="7%">收货地址</th>
44
-                    <th width="10%">商品信息</th>
44
+                    <th width="9%">商品信息</th>
45 45
                     <th width="4%">预发货时间</th>
46 46
                     <th width="6%">物流单号</th>                    
47 47
                     @if($self_role !='销售' ) <th width="5%">成本</th> @endif