Merge pull request #11031 from dataease/pr@dev-v2@refactor_empty_mapping_icon

refactor(图表): 去除地名映射空白时的图标
This commit is contained in:
wisonic-s 2024-07-18 21:37:59 +08:00 committed by GitHub
commit 0aa723d276
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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