From b5f6c045061b380223cde922c298b30e1a18dc85 Mon Sep 17 00:00:00 2001
From: Leo <98382335+gaoziman@users.noreply.github.com>
Date: Wed, 15 Oct 2025 21:00:56 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E4=B8=BA=E8=AF=84?=
=?UTF-8?q?=E8=AE=BA=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E7=A9=BA=E7=8A=B6=E6=80=81=E5=A4=84=E7=90=86=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 添加智能空状态提示信息
- 新增getEmptyTitle、getEmptyDescription等辅助函数
- 升级CoiEmpty组件配置,支持重置搜索和刷新操作
- 搜索无结果时显示重置搜索按钮
- 完全无数据时显示刷新数据按钮
- 统一空状态交互体验
---
src/views/heritage/comments/index.vue | 1062 +++++++++++++++++++++++++
1 file changed, 1062 insertions(+)
create mode 100644 src/views/heritage/comments/index.vue
diff --git a/src/views/heritage/comments/index.vue b/src/views/heritage/comments/index.vue
new file mode 100644
index 0000000..afab024
--- /dev/null
+++ b/src/views/heritage/comments/index.vue
@@ -0,0 +1,1062 @@
+
+
+
+
+
+
+