gongtianxiao 1 месяц назад
Родитель
Сommit
eb732185ff
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/components/chart/PieChart.vue

+ 2 - 2
src/components/chart/PieChart.vue

@@ -128,7 +128,7 @@ const buildTopic1LegendItems = (all) => {
     })),
     {
       key: '__legend_other__',
-      name: '其他',
+      name: '更多',
       legendKind: 'other',
       color: LEGEND_OTHER_COLOR,
       percent: tailPercent,
@@ -165,7 +165,7 @@ const buildIndexLegendFromHeadCount = (all, headCount) => {
     })),
     {
       key: '__legend_other__',
-      name: '其他',
+      name: '更多',
       legendKind: 'other',
       color: LEGEND_OTHER_COLOR,
       percent: tailPercent,