diff --git a/src/components/base/no-data/index.vue b/src/components/base/no-data/index.vue
index b80f29b7..670d9044 100644
--- a/src/components/base/no-data/index.vue
+++ b/src/components/base/no-data/index.vue
@@ -1,6 +1,6 @@
-
![]()
+
{{ text }}
@@ -20,7 +20,7 @@ const props = withDefaults(defineProps(), {
size: '14px',
text: '暂无数据',
});
-const noData_image = ref(common_store.common.config.attachment_host + `/static/diy/images/noData.png`);
+const no_data_image = ref(common_store.common.config.attachment_host + `/static/diy/images/no-data.png`);
const style = computed(() => {
return {
width: props.imgWidth,