|
@@ -1198,7 +1198,7 @@ export default defineComponent({
|
|
|
state.chartInfo = {
|
|
|
...state.chartInfo,
|
|
|
ProfitName: DataResp.ProfitName,
|
|
|
- ProfitEnName: DataResp.ProfitEnName
|
|
|
+ ProfitNameEn: DataResp.ProfitNameEn
|
|
|
}
|
|
|
state.chartLimit = {
|
|
|
min: Number(ChartInfo.LeftMin),
|
|
@@ -1307,7 +1307,7 @@ export default defineComponent({
|
|
|
if(haveContract) {
|
|
|
|
|
|
let edb_name = chartInfo.Source === 5
|
|
|
- ? (index === 0 ? obj_item.NameList[index] : `${chartInfo.ProfitEnName}(${obj_item.NameList[index]})`)
|
|
|
+ ? (index === 0 ? obj_item.NameList[index] : `${chartInfo.ProfitNameEn}(${obj_item.NameList[index]})`)
|
|
|
: commodityEdbList.find(_ => _.EdbInfoId === obj_item.XEdbInfoIdList[index]).EdbNameEn;
|
|
|
str+=`<b>${ edb_name }</b>`
|
|
|
|