From 7cf85ad3023d84ac6f80cb535f629f37703bd5d6 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 23 Apr 2024 10:36:42 +0800
Subject: [PATCH] 添加数据统计
---
src/views/Admin/msgRecord.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/Admin/msgRecord.vue b/src/views/Admin/msgRecord.vue
index ac55650..ba945fb 100644
--- a/src/views/Admin/msgRecord.vue
+++ b/src/views/Admin/msgRecord.vue
@@ -27,7 +27,7 @@
<div class="tit">
任务ID:<span>{{item.id}}</span>
</div>
- 发送人数:{{item.recipients.length}}
+ 发送人数:{{item.recipients.length}}
</template>
<p>
{{item.content}}
--
Gitblit v1.9.2