src/components/chat/components/playBar/metricValues/MetricValues.vue
@@ -84,7 +84,7 @@ <template #default="scope"> <div class="space-x-3 items-center flex"> <el-tooltip effect="dark" content="曲线查询" placement="top"> <i class="ywifont ywicon-ceshi !text-[20px] text-blue-400 cursor-pointer" @click="handleChartQuery(scope.row)"></i> <i class="ywifont ywicon-tubiao-zhexiantu !text-[20px] text-blue-400 cursor-pointer" @click="handleChartQuery(scope.row)"></i> </el-tooltip> </div> </template>