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