Browse Source

Merge remote-tracking branch 'origin/master'

eric2h 4 năm trước cách đây
mục cha
commit
db043df8c0
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 6 6
      resources/views/order/workOrder/index.blade.php

+ 6 - 6
resources/views/order/workOrder/index.blade.php

@@ -319,19 +319,19 @@
                                 <template v-if="receivingInfo">
                                     <td  class="text-muted text-wrap text-letter"
                                          >
-                                        <div class="text-overflow-warp-200 warp-min-200" v-text="item.consignee_name">
-                                        </div>
+                                        <span class="text-overflow-warp-200 warp-min-200" v-text="item.consignee_name">
+                                        </span>
                                     </td>
                                     <td class="text-muted text-wrap text-letter">
-                                        <div class="text-overflow-warp-200 warp-min-200"
-                                             v-text="item.consignee_phone"></div>
+                                        <span class="text-overflow-warp-200 warp-min-200"
+                                             v-text="item.consignee_phone"></span>
                                     </td>
                                     <td v-text="item.province"></td>
                                     <td v-text="item.city"></td>
                                     <td v-text="item.district"></td>
                                     <td class="text-muted text-wrap text-letter">
-                                        <div class="text-overflow-warp-200 warp-min-200"
-                                             v-text="item.address"></div>
+                                        <span class="text-overflow-warp-200 warp-min-200"
+                                             v-text="item.address"></span>
                                     </td>
                                 </template>
                                 <td v-text="item.status"></td>