From 019234162fb309cc04bd00110da6963a0e5de7a4 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E4=B8=BA=E5=89=8D?= =?UTF-8?q?=E5=8F=B0=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A9=BA=E7=8A=B6=E6=80=81=E5=A4=84=E7=90=86?= =?UTF-8?q?=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/users/index.vue | 1240 ++++++++++++++++++++++++++++ 1 file changed, 1240 insertions(+) create mode 100644 src/views/heritage/users/index.vue diff --git a/src/views/heritage/users/index.vue b/src/views/heritage/users/index.vue new file mode 100644 index 0000000..d9bcf53 --- /dev/null +++ b/src/views/heritage/users/index.vue @@ -0,0 +1,1240 @@ + + + + +