浏览代码

航班视图-运单列表序号

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