src/components/monitor/DataTable.vue
@@ -5,7 +5,7 @@ ref="tableRef" :data="showData" v-loading="loading" table-layout="auto" table-layout="fixed" height="calc(94vh - var(--bevel-length-2))" size="small" :show-overflow-tooltip="true" @@ -77,7 +77,7 @@ }, selectFactorType: { type: Array, default: () => ['1', '2', '3'] default: () => [] }, // 当前选中高亮的数据点索引 locateIndex: Number