gerson
2024-06-30 5010f52d22cf34660a338611fbb679d422901faa
src/components/chat/chatComponents/recordSetCom/RecordSetCom.vue
@@ -29,7 +29,7 @@
import type { TabsPaneContext } from 'element-plus';
import type { PropType } from 'vue';
import { onMounted, ref } from 'vue';
import { ChartTypeEnum, chartTypeMapEchart, chartTypeMapName } from './types';
import { ChartTypeEnum, chartTypeMapEchart, chartTypeMapName } from '../types';
import type { RecordSetValues } from '/@/api/ai/chat';
import { dateRegex } from '/@/utils/toolsValidate';
const activeName = ref('first');
@@ -78,7 +78,9 @@
         show: true,
      },
      title: {
         // text: props.data.title,
         text: props.data.title,
         left: 'center',
      },
      xAxis: {
         name: props.data?.names[0],