diff --git a/src/backyard/dashboard/Index.vue b/src/backyard/dashboard/Index.vue
index 92c6d2f..85619ca 100644
--- a/src/backyard/dashboard/Index.vue
+++ b/src/backyard/dashboard/Index.vue
@@ -13,7 +13,7 @@
{{dashboard.totalInvokeNum}}
-
+
@@ -28,7 +28,7 @@
{{dashboard.totalUv}}
-
+
@@ -44,7 +44,7 @@
{{dashboard.totalMatterNum}}
-
+
@@ -60,7 +60,7 @@
{{dashboard.totalFileSize | humanFileSize}}
-
+
@@ -169,28 +169,28 @@
dateStrings: [],
//昨天的统计情况
dashboard: new Dashboard(),
- //调用量周同比
+ //调用量周环比
standardWeekInvokeNum: 0,
compareWeekInvokeNum: 0,
- //调用量日同比
+ //调用量日环比
standardDayInvokeNum: 0,
compareDayInvokeNum: 0,
- //UV周同比
+ //UV周环比
standardWeekUv: 0,
compareWeekUv: 0,
- //UV日同比
+ //UV日环比
standardDayUv: 0,
compareDayUv: 0,
- //文件总数周同比
+ //文件总数周环比
standardWeekMatterNum: 0,
compareWeekMatterNum: 0,
- //文件总数日同比
+ //文件总数日环比
standardDayMatterNum: 0,
compareDayMatterNum: 0,
- //文件大小周同比
+ //文件大小周环比
standardWeekSize: 0,
compareWeekSize: 0,
- //文件大小日同比
+ //文件大小日环比
standardDaySize: 0,
compareDaySize: 0,
@@ -292,26 +292,26 @@
//同环比
that.standardWeekInvokeNum = 0
that.compareWeekInvokeNum = 0
- //调用量日同比
+ //调用量日环比
that.standardDayInvokeNum = 0
that.compareDayInvokeNum = 0
- //UV周同比
+ //UV周环比
that.standardWeekUv = 0
that.compareWeekUv = 0
- //UV日同比
+ //UV日环比
that.standardDayUv = 0
that.compareDayUv = 0
- //文件总数周同比
+ //文件总数周环比
that.standardWeekMatterNum = 0
that.compareWeekMatterNum = 0
- //文件总数日同比
+ //文件总数日环比
that.standardDayMatterNum = 0
that.compareDayMatterNum = 0
- //文件大小周同比
+ //文件大小周环比
that.standardWeekSize = 0
that.compareWeekSize = 0
- //文件大小日同比
+ //文件大小日环比
that.standardDaySize = 0
that.compareDaySize = 0
diff --git a/src/backyard/dashboard/widget/RatePanel.vue b/src/backyard/dashboard/widget/RatePanel.vue
index 3015f96..da5a016 100644
--- a/src/backyard/dashboard/widget/RatePanel.vue
+++ b/src/backyard/dashboard/widget/RatePanel.vue
@@ -42,7 +42,7 @@
name: {
type: String,
required: false,
- 'default': "周同比"
+ 'default': "周环比"
},
standardValue: {
type: Number,