From 2121634cf3d57b246ffcde0fdfd2dcf93ca0bd96 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 01 八月 2023 09:05:01 +0800 Subject: [PATCH] # --- src/components/datav/roseChart.vue | 2 +- src/components/datav/rankingBoard.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/datav/rankingBoard.vue b/src/components/datav/rankingBoard.vue index e1612b7..512eab1 100644 --- a/src/components/datav/rankingBoard.vue +++ b/src/components/datav/rankingBoard.vue @@ -1,6 +1,6 @@ <template> <div id="ranking-board"> - <div class="ranking-board-title">宸℃煡涓婃姤璁板綍鏁伴噺</div> + <div class="ranking-board-title">椤圭洰鍙戣繍杩涘害</div> <dv-scroll-ranking-board :config="config" /> </div> </template> diff --git a/src/components/datav/roseChart.vue b/src/components/datav/roseChart.vue index 8579fd0..2b28e2f 100644 --- a/src/components/datav/roseChart.vue +++ b/src/components/datav/roseChart.vue @@ -1,6 +1,6 @@ <template> <div id="rose-chart"> - <div class="rose-chart-title">姣忔湀閿�鍞噾棰� - 鎬婚噾棰濓細{{ (sum/10000).toFixed(2) }} 涓囧厓</div> + <div class="rose-chart-title">鏈堥攢鍞鍗犳瘮 - 鎬婚噾棰濓細{{ (sum/10000).toFixed(2) }} 涓囧厓</div> <dv-charts :option="option" /> </div> </template> -- Gitblit v1.9.1