wujingjing
2024-07-18 cf7eda004123f2ee07bfa7d05f51f71f9dbb4bcd
src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -26,10 +26,8 @@
         <div v-if="urlList && urlList.length > 0" class="w-full">
            <!-- <HTMLCom data="http://101.133.133.173:8019/ai_html/views/demo/html/MonthlyPay.html" v-for="(item, index) in urlList" :key="index"></HTMLCom> -->
            <HTMLCom :data="item.url" v-for="(item, index) in urlList" :key="index"></HTMLCom>
         </div>
      </template>
      <div v-else class="text-red-500">{{ error }}</div>
   </div>
</template>
@@ -39,11 +37,11 @@
import _ from 'lodash';
import { computed, onMounted, ref } from 'vue';
import { AnswerType } from '../../model/types';
import { PATH_ICON, SCATTER_SYMBOL_SIZE, timeDataOptionToContent } from '../common';
import { PATH_ICON, SCATTER_SYMBOL_SIZE, chatComProps, timeDataOptionToContent } from '../common';
import HTMLCom from '../htmlCom/HTMLCom.vue';
import { ChartTypeEnum, chartTypeMapEchart } from '../types';
import { axisLabelFormatter } from '/@/utils/chart';
const props = defineProps(['data', 'error']);
const props = defineProps(chatComProps);
const selectChartType = ref<ChartTypeEnum>(ChartTypeEnum.Line);
@@ -147,8 +145,8 @@
      grid: {
         // bottom: 120,
         // right: '15%',
         left:'5%',
         right:'5%',
         left: '5%',
         right: '5%',
         bottom: '8%',
      },
      toolbox: {