refactor(图表): 去除地名映射空白时的图标

This commit is contained in:
wisonic 2024-07-18 21:37:09 +08:00
parent 4f7832a4d6
commit 51a715f7e4

View File

@ -2,7 +2,6 @@
import { computed, nextTick, onMounted, PropType, reactive, ref, watch } from 'vue'
import { getGeoJsonFile, parseJson } from '../../../js/util'
import { forEach, debounce } from 'lodash-es'
import { EmptyBackground } from '@/components/empty-background'
const props = defineProps({
chart: {
@ -159,7 +158,7 @@ onMounted(() => {
</el-button>
</template>
</el-table-column>
<template #empty> <empty-background description="暂无数据" img-type="none" /> </template>
<template #empty> 暂无数据 </template>
</el-table>
<el-pagination
small