Forráskód Böngészése

feat:修复航班视图筛选

moonrt 3 hete
szülő
commit
ef2908a839
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/newFlightView/index.vue

+ 1 - 1
src/views/newFlightView/index.vue

@@ -83,7 +83,7 @@
         </div>
       </div>
       <div class="newFlightView-right-bottom">
-        <Table ref="table" :table-tag="table2" :btn-style="{ top: '-52px' }" :istable-col="true"
+        <Table ref="table" :table-tag="table2" :fast-filter="fastFilter" :btn-style="{ top: '-52px' }" :istable-col="true"
           table-name="航班行李列表" :page-size="999" @tableLoad="tableLoad" />
       </div>
     </div>