소스 검색

航班视图-运单列表序号

zhongxiaoyu 2 년 전
부모
커밋
bf999e2ad8
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      src/views/realTime/components/FlightView/index.vue

+ 2 - 5
src/views/realTime/components/FlightView/index.vue

@@ -62,6 +62,7 @@
           :row-class-name="flightWaybillRowClass"
           :row-class-name="flightWaybillRowClass"
           :cell-class-name="flightWaybillCellClass"
           :cell-class-name="flightWaybillCellClass"
           :column-props="{ formatter: tableFormatter }"
           :column-props="{ formatter: tableFormatter }"
+          sequence
           @cell-click="flightWaybillCellClickHandler"
           @cell-click="flightWaybillCellClickHandler"
         />
         />
       </div>
       </div>
@@ -201,11 +202,7 @@ const tableFormatter: CommonTableFormatter = (
 
 
 useLoop([getFlightInfo, getContainerTableData, getWaybillTableData], 'flight')
 useLoop([getFlightInfo, getContainerTableData, getWaybillTableData], 'flight')
 
 
-const UTCFlag = ref(true)
-
-// const refreshHandler = () => {
-//   ElMessage.info('开发中')
-// }
+// const UTCFlag = ref(true)
 
 
 const { columnChecked } = useTableColumnSet(waybillTableColumns)
 const { columnChecked } = useTableColumnSet(waybillTableColumns)