From 9a1565dd8d7e010a2125aa136de9d49b79895d58 Mon Sep 17 00:00:00 2001 From: marsal Date: Tue, 7 Jul 2026 15:34:35 +0800 Subject: [PATCH] feat(web): load real data in dashboard and list pages --- admin-web/src/views/ChannelAccount.vue | 43 ++++++++++- admin-web/src/views/ChannelSubject.vue | 26 ++++++- admin-web/src/views/Conversation.vue | 101 ++++++++++++++++++++++++- admin-web/src/views/Dashboard.vue | 27 +++++-- admin-web/src/views/Person.vue | 15 +++- admin-web/src/views/Tag.vue | 12 ++- 6 files changed, 207 insertions(+), 17 deletions(-) diff --git a/admin-web/src/views/ChannelAccount.vue b/admin-web/src/views/ChannelAccount.vue index e049e76..2620fb2 100644 --- a/admin-web/src/views/ChannelAccount.vue +++ b/admin-web/src/views/ChannelAccount.vue @@ -11,12 +11,25 @@ + + + + + + + + 创建 @@ -35,18 +48,39 @@ diff --git a/admin-web/src/views/ChannelSubject.vue b/admin-web/src/views/ChannelSubject.vue index 6a8e403..736c9e4 100644 --- a/admin-web/src/views/ChannelSubject.vue +++ b/admin-web/src/views/ChannelSubject.vue @@ -14,6 +14,15 @@ + + + + + + + + + 创建 @@ -31,19 +40,30 @@ diff --git a/admin-web/src/views/Conversation.vue b/admin-web/src/views/Conversation.vue index 5e52607..5f90592 100644 --- a/admin-web/src/views/Conversation.vue +++ b/admin-web/src/views/Conversation.vue @@ -16,6 +16,16 @@ + + + + + 创建 @@ -28,23 +38,86 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/admin-web/src/views/Dashboard.vue b/admin-web/src/views/Dashboard.vue index 455397e..fba6dc9 100644 --- a/admin-web/src/views/Dashboard.vue +++ b/admin-web/src/views/Dashboard.vue @@ -2,13 +2,13 @@
- + - + - + @@ -25,14 +25,27 @@