riku
2025-04-11 5e059c9c17a6d63b6c017d2d2beb25ae227071d1
src/views/historymode/component/DataSheet.vue
@@ -24,6 +24,7 @@
          :select-factor-type="selectFactorType"
          :factor-datas="factorDatas"
          :device-type="deviceType"
          :device-code="deviceCode"
          :locate-index="locateIndex"
          @table-click="handleTableClick"
        ></DataTable>
@@ -58,6 +59,7 @@
      // type0: 车载或无人机; type1:无人船
      default: TYPE0
    },
    deviceCode: String,
    // 当前选中高亮的数据点索引
    locateIndex: Number
  },