大屏地图修复

This commit is contained in:
aixianling
2023-04-11 14:33:36 +08:00
parent c55de2e7ea
commit 481f3f13b3

View File

@@ -7,7 +7,8 @@
:title="data.title"
:theme="theme"
:border="data.border || ''">
<AiDvSummary v-if="data.type === 'summary'" :theme="theme" :summaryTitle="data.summaryTitle" :key="`summary${index}`" :type="data.display" :data="values"/>
<AiDvSummary v-if="data.type === 'summary'" :theme="theme" :summaryTitle="data.summaryTitle" :key="`summary${index}`" :type="data.display"
:data="values"/>
<AiSwiper v-else-if="data.type === 'swiper'" :heigth="'100%'" :data="values"/>
<dv-scroll-board
v-if="data.type === 'table'"
@@ -111,12 +112,9 @@ export default {
values: {
immediate: true,
deep: true, handler(v) {
console.log(v)
if (this.currentType == 'map') {
// this.renderMap()
this.renderMap()
}
if (this.currentType === 'AiDvTable') {
this.dvTableConfig = this.data[this.data.dataType].map((v, i) => {
return {