diff --git a/src/views/mp/statistics/components/InterfaceSummaryChart.vue b/src/views/mp/statistics/components/InterfaceSummaryChart.vue
index 4b23df46..b4516bc5 100644
--- a/src/views/mp/statistics/components/InterfaceSummaryChart.vue
+++ b/src/views/mp/statistics/components/InterfaceSummaryChart.vue
@@ -67,3 +67,4 @@ watch(
{ immediate: true }
)
-->
+开发中
diff --git a/src/views/mp/statistics/components/UpstreamMessageChart.vue b/src/views/mp/statistics/components/UpstreamMessageChart.vue
index f125a391..62284eab 100644
--- a/src/views/mp/statistics/components/UpstreamMessageChart.vue
+++ b/src/views/mp/statistics/components/UpstreamMessageChart.vue
@@ -60,3 +60,4 @@ watch(
{ immediate: true }
)
-->
+开发中
diff --git a/src/views/mp/statistics/components/UserCumulateChart.vue b/src/views/mp/statistics/components/UserCumulateChart.vue
index 85bc54cb..09020afb 100644
--- a/src/views/mp/statistics/components/UserCumulateChart.vue
+++ b/src/views/mp/statistics/components/UserCumulateChart.vue
@@ -71,3 +71,4 @@ onMounted(async () => {
await initData()
})
-->
+开发中
diff --git a/src/views/mp/statistics/components/UserSummaryChart.vue b/src/views/mp/statistics/components/UserSummaryChart.vue
index eb60cb60..4b83abcb 100644
--- a/src/views/mp/statistics/components/UserSummaryChart.vue
+++ b/src/views/mp/statistics/components/UserSummaryChart.vue
@@ -84,3 +84,4 @@ onMounted(async () => {
await initData()
})
-->
+开发中