Browse Source

商品价格曲线显示修改

jwyu 8 tháng trước cách đây
mục cha
commit
2a2ff66a73
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/hzyb/chart/Detail.vue

+ 2 - 1
src/views/hzyb/chart/Detail.vue

@@ -784,8 +784,9 @@ const setCommodityChart = () => {
                 
                 if(haveContract) {
                     // 利润曲线指标名
+                    const isEdb=commodityEdbList.value.some(_=>_.EdbInfoId===haveContract)
                     let edb_name = resData.value.ChartInfo.Source === 5 
-                    ? (index === 0 ? obj_item.NameList[index] : `${resData.value.DataResp.ProfitName}(${obj_item.NameList[index]})`)
+                    ? (isEdb? obj_item.NameList[index] : `${resData.value.DataResp.ProfitName}(${obj_item.NameList[index]})`)
                     : commodityEdbList.value.find(_ => _.EdbInfoId === obj_item.XEdbInfoIdList[index]).EdbName;
                     str+=`<b>${ edb_name }</b>`