From ee246d96456487984cea9f0b008a3a4a0c5b0bbe Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Wed, 23 Oct 2024 17:47:25 +0800
Subject: [PATCH] =?UTF-8?q?1.=E9=9D=99=E6=80=81=E5=9C=B0=E5=9D=80=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/base/no-data/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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,