Ver Fonte

修改"其他"为"更多"

gongtianxiao há 1 mês atrás
pai
commit
eb732185ff
1 ficheiros alterados com 2 adições e 2 exclusões
  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,