Просмотр исходного кода

fix: TLK数据页面,产品发货量图表-发货量添加英文备注

zhenji 1 год назад
Родитель
Сommit
72ca34cbdd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/tlk/component/moodSendView.jsx

+ 1 - 1
src/pages/tlk/component/moodSendView.jsx

@@ -143,7 +143,7 @@ class MoodSendView extends Component {
143
         ],
143
         ],
144
         series: [
144
         series: [
145
           {
145
           {
146
-            name: '发货量',
146
+            name: '发货量(Shipment)',
147
             type: 'bar',
147
             type: 'bar',
148
             animation:true,
148
             animation:true,
149
             animationDuration:3000,
149
             animationDuration:3000,