Procházet zdrojové kódy

跟踪件 赶上卡班、到货情况添加空白选项

ajun před 5 roky
rodič
revize
8e1e33c8df
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      resources/views/order/tracking/index.blade.php

+ 2 - 2
resources/views/order/tracking/index.blade.php

@@ -282,8 +282,8 @@
                 page: {
                 page: {
                     total: {!!  $trackOrders->toJson() !!}['total'],
                     total: {!!  $trackOrders->toJson() !!}['total'],
                 },
                 },
-                isOnDutyShift: ['是','否'],
-                isArrival: ['是','否'],
+                isOnDutyShift: ['','是','否'],
+                isArrival: ['','是','否'],
             },
             },
             mounted:function(){
             mounted:function(){
                 this.imgs=Array.from(document.getElementById('tracking_div').querySelectorAll('img'));
                 this.imgs=Array.from(document.getElementById('tracking_div').querySelectorAll('img'));