Browse Source

fix 单因子在myeta展示不正确

cxmo 10 tháng trước cách đây
mục cha
commit
c6be46b0f7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/mychart_manage/components/chartDetailDia.vue

+ 2 - 2
src/views/mychart_manage/components/chartDetailDia.vue

@@ -680,8 +680,8 @@ export default {
                   {
                     Value: res.Data.YDataList[0].Value,
                     Color:'#00f',
-                    Name:res.Data.ChartInfo.ChartName,
-                    NameEn:res.Data.ChartInfo.ChartNameEn
+                    Name:res.Data.YDataList[0].Name||res.Data.ChartInfo.ChartName,
+                    NameEn:res.Data.YDataList[0].NameEn||res.Data.ChartInfo.ChartNameEn
                   }
                 ]
             }