mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
refactor(图表): 去除地名映射空白时的图标
This commit is contained in:
parent
4f7832a4d6
commit
51a715f7e4
@ -2,7 +2,6 @@
|
|||||||
import { computed, nextTick, onMounted, PropType, reactive, ref, watch } from 'vue'
|
import { computed, nextTick, onMounted, PropType, reactive, ref, watch } from 'vue'
|
||||||
import { getGeoJsonFile, parseJson } from '../../../js/util'
|
import { getGeoJsonFile, parseJson } from '../../../js/util'
|
||||||
import { forEach, debounce } from 'lodash-es'
|
import { forEach, debounce } from 'lodash-es'
|
||||||
import { EmptyBackground } from '@/components/empty-background'
|
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
chart: {
|
chart: {
|
||||||
@ -159,7 +158,7 @@ onMounted(() => {
|
|||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<template #empty> <empty-background description="暂无数据" img-type="none" /> </template>
|
<template #empty> 暂无数据 </template>
|
||||||
</el-table>
|
</el-table>
|
||||||
<el-pagination
|
<el-pagination
|
||||||
small
|
small
|
||||||
|
Loading…
Reference in New Issue
Block a user