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
  },