Explorar o código

修改"其他"为"更多"

gongtianxiao hai 1 mes
pai
achega
eb732185ff
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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,