src/components/chat/chatComponents/recordSetCom/RecordSetCom.vue
@@ -32,6 +32,7 @@ import { ChartTypeEnum, chartTypeMapEchart, chartTypeMapName } from '../types'; import type { RecordSetValues } from '/@/api/ai/chat'; import { dateRegex } from '/@/utils/toolsValidate'; import { timeDataOptionToContent } from '../common'; const activeName = ref('first'); const chartRef = ref<HTMLDivElement>(null); const selectChartType = ref<ChartTypeEnum>(ChartTypeEnum.Line); @@ -120,6 +121,8 @@ }, dataView: { readOnly: true, optionToContent: timeDataOptionToContent, }, saveAsImage: {}, },