| | |
| | | <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> |
| | | |
| | |
| | | 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); |
| | | |
| | |
| | | grid: { |
| | | // bottom: 120, |
| | | // right: '15%', |
| | | left:'5%', |
| | | right:'5%', |
| | | left: '5%', |
| | | right: '5%', |
| | | bottom: '8%', |
| | | }, |
| | | toolbox: { |