1.31 财务分析,财务数据模块完善,产业链桑基图展示
This commit is contained in:
@@ -172,6 +172,8 @@ const _sfc_main = {
|
||||
//点击查看的产业链信息
|
||||
relatedCompanyList: [],
|
||||
//产业链相关公司
|
||||
valueChainFlowsList: [],
|
||||
//流向图数据
|
||||
keyFactorsInfo: null,
|
||||
//关键因素统计信息
|
||||
keyFactorsList: [],
|
||||
@@ -272,6 +274,25 @@ const _sfc_main = {
|
||||
this.getStockBasicInfoData();
|
||||
this.getQuoteDetailsData();
|
||||
},
|
||||
/**
|
||||
* 获取买入百分比
|
||||
*/
|
||||
getBuyPercent() {
|
||||
let ratio = this.quoteDetailsInfo.net_active_buy_ratio;
|
||||
return Math.round(utils_util.accAdd(50, utils_util.accDiv(ratio, 2)));
|
||||
},
|
||||
/**
|
||||
* 获取卖出百分比
|
||||
*/
|
||||
getSellPercent() {
|
||||
let ratio = this.quoteDetailsInfo.net_active_buy_ratio;
|
||||
return Math.round(utils_util.accSub(50, utils_util.accDiv(ratio, 2)));
|
||||
},
|
||||
/**
|
||||
* 点击查看官网
|
||||
*/
|
||||
clickOfficialWebsite() {
|
||||
},
|
||||
/**
|
||||
* 点击展开收起公司简介
|
||||
*/
|
||||
@@ -335,6 +356,8 @@ const _sfc_main = {
|
||||
if (this.selectCaiwu != index) {
|
||||
this.selectCaiwu = index;
|
||||
if (index == 0) {
|
||||
this.getFinancialStockInfoData();
|
||||
this.getFinancialComparisonData();
|
||||
this.getFinancialMetricsData();
|
||||
} else if (index == 1) {
|
||||
this.getFinancialMetricsData();
|
||||
@@ -610,6 +633,7 @@ const _sfc_main = {
|
||||
this.upstreamList = nodesByLevel["level_-2"].concat(nodesByLevel["level_-1"]);
|
||||
this.coreEnterpriseList = nodesByLevel.level_0;
|
||||
this.downstreamList = nodesByLevel.level_1.concat(nodesByLevel.level_2);
|
||||
this.valueChainFlowsList = res.data.value_chain_flows;
|
||||
}).catch((error) => {
|
||||
});
|
||||
},
|
||||
@@ -860,44 +884,42 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
z: $data.quoteDetailsInfo.float_shares
|
||||
}, $data.quoteDetailsInfo.float_shares ? {
|
||||
A: common_vendor.t($data.quoteDetailsInfo.float_shares)
|
||||
} : {}) : {}, {
|
||||
B: $data.quoteDetailsInfo
|
||||
}, $data.quoteDetailsInfo ? {
|
||||
C: common_vendor.t($data.quoteDetailsInfo.market_cap),
|
||||
D: common_vendor.t($data.quoteDetailsInfo.turnover_rate)
|
||||
} : {}, {
|
||||
E: $data.quoteDetailsInfo
|
||||
}, $data.quoteDetailsInfo ? common_vendor.e({
|
||||
F: $data.quoteDetailsInfo.total_shares
|
||||
B: common_vendor.t($data.quoteDetailsInfo.market_cap),
|
||||
C: common_vendor.t($data.quoteDetailsInfo.turnover_rate),
|
||||
D: $data.quoteDetailsInfo.total_shares
|
||||
}, $data.quoteDetailsInfo.total_shares ? {
|
||||
G: common_vendor.t($data.quoteDetailsInfo.total_shares)
|
||||
E: common_vendor.t($data.quoteDetailsInfo.total_shares)
|
||||
} : {}, {
|
||||
H: common_vendor.t($data.quoteDetailsInfo.week52_low),
|
||||
I: common_vendor.t($data.quoteDetailsInfo.week52_high)
|
||||
F: common_vendor.t($data.quoteDetailsInfo.week52_low),
|
||||
G: common_vendor.t($data.quoteDetailsInfo.week52_high)
|
||||
}) : {}, {
|
||||
J: $data.quoteDetailsInfo
|
||||
H: $data.quoteDetailsInfo
|
||||
}, $data.quoteDetailsInfo ? {
|
||||
K: common_vendor.t($data.getRateUpOrDown($data.quoteDetailsInfo.net_inflow) ? "" : "+"),
|
||||
L: common_vendor.t($data.getNumStr($data.quoteDetailsInfo.net_inflow)),
|
||||
M: common_vendor.n("content flex1 marginR " + ($data.getRateUpOrDown($data.quoteDetailsInfo.net_inflow) ? "down" : "up"))
|
||||
I: common_vendor.t($data.getRateUpOrDown($data.quoteDetailsInfo.net_inflow) ? "" : "+"),
|
||||
J: common_vendor.t($data.getNumStr($data.quoteDetailsInfo.net_inflow)),
|
||||
K: common_vendor.n("content flex1 marginR " + ($data.getRateUpOrDown($data.quoteDetailsInfo.net_inflow) ? "down" : "up")),
|
||||
L: common_vendor.s("width:" + $options.getBuyPercent() + "%"),
|
||||
M: common_vendor.t($options.getBuyPercent()),
|
||||
N: common_vendor.t($options.getSellPercent())
|
||||
} : {}, {
|
||||
N: common_assets._imports_2$11,
|
||||
O: common_vendor.t($data.getLocalDate($data.stockBasicInfo.establish_date)),
|
||||
P: common_assets._imports_3$11,
|
||||
Q: common_vendor.t($data.stockBasicInfo.reg_capital),
|
||||
R: common_assets._imports_4$10,
|
||||
S: common_vendor.t($data.stockBasicInfo.province),
|
||||
T: common_vendor.t($data.stockBasicInfo.city),
|
||||
U: common_assets._imports_5$6,
|
||||
V: common_vendor.t($data.stockBasicInfo.company_intro),
|
||||
W: !$data.isExpandIntro
|
||||
O: common_assets._imports_2$11,
|
||||
P: common_vendor.t($data.getLocalDate($data.stockBasicInfo.establish_date)),
|
||||
Q: common_assets._imports_3$11,
|
||||
R: common_vendor.t($data.stockBasicInfo.reg_capital),
|
||||
S: common_assets._imports_4$10,
|
||||
T: common_vendor.t($data.stockBasicInfo.province),
|
||||
U: common_vendor.t($data.stockBasicInfo.city),
|
||||
V: common_vendor.o(($event) => $options.clickOfficialWebsite()),
|
||||
W: common_vendor.t($data.stockBasicInfo.company_intro),
|
||||
X: !$data.isExpandIntro
|
||||
}, !$data.isExpandIntro ? {} : {}, {
|
||||
X: common_vendor.t($data.isExpandIntro ? "收起" : "展开全文"),
|
||||
Y: common_vendor.n("expand " + ($data.isExpandIntro ? "" : "absolute")),
|
||||
Z: common_vendor.o(($event) => $options.clickExpandOrRetractCompanyIntro()),
|
||||
aa: common_vendor.n("info relative flex1 " + ($data.isExpandIntro ? "" : "retract"))
|
||||
Y: common_vendor.t($data.isExpandIntro ? "收起" : "展开全文"),
|
||||
Z: common_vendor.n("expand " + ($data.isExpandIntro ? "" : "absolute")),
|
||||
aa: common_vendor.o(($event) => $options.clickExpandOrRetractCompanyIntro()),
|
||||
ab: common_vendor.n("info relative flex1 " + ($data.isExpandIntro ? "" : "retract"))
|
||||
}) : {}, {
|
||||
ab: common_vendor.f($data.tabList, (item, index, i0) => {
|
||||
ac: common_vendor.f($data.tabList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item.title),
|
||||
b: common_vendor.n("item " + ($data.selectTab == index ? "select" : "")),
|
||||
@@ -905,9 +927,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
d: common_vendor.o(($event) => $options.clickTabItem(index), index)
|
||||
};
|
||||
}),
|
||||
ac: $data.selectTab == 0
|
||||
ad: $data.selectTab == 0
|
||||
}, $data.selectTab == 0 ? common_vendor.e({
|
||||
ad: common_vendor.f($data.companyFilesList, (item, index, i0) => {
|
||||
ae: common_vendor.f($data.companyFilesList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item.title),
|
||||
b: common_vendor.n("item " + ($data.selectCompanyFiles == index ? "select" : "")),
|
||||
@@ -915,36 +937,36 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
d: common_vendor.o(($event) => $options.clickCompanyFilesItem(index), index)
|
||||
};
|
||||
}),
|
||||
ae: $data.selectCompanyFiles == 0
|
||||
af: $data.selectCompanyFiles == 0
|
||||
}, $data.selectCompanyFiles == 0 ? {
|
||||
af: common_vendor.p({
|
||||
ag: common_vendor.p({
|
||||
actualControlInfo: $data.actualControlInfo,
|
||||
concentrationList: $data.concentrationList,
|
||||
shareholdersList: $data.topShareholdersList,
|
||||
circulatingShareholdersList: $data.topCirculatingShareholdersList
|
||||
})
|
||||
} : {}, {
|
||||
ag: $data.selectCompanyFiles == 1
|
||||
ah: $data.selectCompanyFiles == 1
|
||||
}, $data.selectCompanyFiles == 1 ? {
|
||||
ah: common_vendor.p({
|
||||
ai: common_vendor.p({
|
||||
managementList: $data.managementList
|
||||
})
|
||||
} : {}, {
|
||||
ai: $data.selectCompanyFiles == 2
|
||||
aj: $data.selectCompanyFiles == 2
|
||||
}, $data.selectCompanyFiles == 2 ? {
|
||||
aj: common_vendor.p({
|
||||
ak: common_vendor.p({
|
||||
branchList: $data.branchList
|
||||
})
|
||||
} : {}, {
|
||||
ak: $data.selectCompanyFiles == 3
|
||||
al: $data.selectCompanyFiles == 3
|
||||
}, $data.selectCompanyFiles == 3 ? {
|
||||
al: common_vendor.p({
|
||||
am: common_vendor.p({
|
||||
stockBasicInfo: $data.stockBasicInfo
|
||||
})
|
||||
} : {}) : {}, {
|
||||
am: $data.selectTab == 1
|
||||
an: $data.selectTab == 1
|
||||
}, $data.selectTab == 1 ? common_vendor.e({
|
||||
an: common_vendor.f($data.inDepthAnalysisList, (item, index, i0) => {
|
||||
ao: common_vendor.f($data.inDepthAnalysisList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item.title),
|
||||
b: common_vendor.n("item " + ($data.selectInDepthAnalysis == index ? "select" : "")),
|
||||
@@ -952,10 +974,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
d: common_vendor.o(($event) => $options.clickInDepthAnalysisItem(index), index)
|
||||
};
|
||||
}),
|
||||
ao: $data.selectInDepthAnalysis == 0
|
||||
ap: $data.selectInDepthAnalysis == 0
|
||||
}, $data.selectInDepthAnalysis == 0 ? {
|
||||
ap: common_vendor.o(($event) => $options.clickIndustryRank()),
|
||||
aq: common_vendor.p({
|
||||
aq: common_vendor.o(($event) => $options.clickIndustryRank()),
|
||||
ar: common_vendor.p({
|
||||
qualitativeAnalysisInfo: $data.qualitativeAnalysisInfo,
|
||||
competitivePositionInfo: $data.competitivePositionInfo,
|
||||
industryRankInfo: $data.industryRankInfo,
|
||||
@@ -964,37 +986,38 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
data: $data.chartData2
|
||||
})
|
||||
} : {}, {
|
||||
ar: $data.selectInDepthAnalysis == 1
|
||||
as: $data.selectInDepthAnalysis == 1
|
||||
}, $data.selectInDepthAnalysis == 1 ? {
|
||||
as: common_vendor.p({
|
||||
at: common_vendor.p({
|
||||
businessStructureList: $data.businessStructureList,
|
||||
businessSegmentList: $data.businessSegmentList
|
||||
})
|
||||
} : {}, {
|
||||
at: $data.selectInDepthAnalysis == 2
|
||||
av: $data.selectInDepthAnalysis == 2
|
||||
}, $data.selectInDepthAnalysis == 2 ? {
|
||||
av: common_vendor.o($options.clickValueChainDetail),
|
||||
aw: common_vendor.p({
|
||||
aw: common_vendor.o($options.clickValueChainDetail),
|
||||
ax: common_vendor.p({
|
||||
valueChainAnalysisInfo: $data.valueChainAnalysisInfo,
|
||||
totalNodes: $data.totalNodes,
|
||||
upstreamList: $data.upstreamList,
|
||||
coreEnterpriseList: $data.coreEnterpriseList,
|
||||
downstreamList: $data.downstreamList
|
||||
downstreamList: $data.downstreamList,
|
||||
valueChainFlowsList: $data.valueChainFlowsList
|
||||
})
|
||||
} : {}, {
|
||||
ax: $data.selectInDepthAnalysis == 3
|
||||
ay: $data.selectInDepthAnalysis == 3
|
||||
}, $data.selectInDepthAnalysis == 3 ? {
|
||||
ay: common_vendor.o($options.clickDevelopmentTimelineDetail),
|
||||
az: common_vendor.p({
|
||||
az: common_vendor.o($options.clickDevelopmentTimelineDetail),
|
||||
aA: common_vendor.p({
|
||||
keyFactorsInfo: $data.keyFactorsInfo,
|
||||
keyFactorsList: $data.keyFactorsList,
|
||||
timelineInfo: $data.timelineInfo,
|
||||
timelineList: $data.timelineList
|
||||
})
|
||||
} : {}) : {}, {
|
||||
aA: $data.selectTab == 2
|
||||
aB: $data.selectTab == 2
|
||||
}, $data.selectTab == 2 ? common_vendor.e({
|
||||
aB: common_vendor.f($data.caiWuList, (item, index, i0) => {
|
||||
aC: common_vendor.f($data.caiWuList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item.title),
|
||||
b: common_vendor.n("item " + ($data.selectCaiwu == index ? "select" : "")),
|
||||
@@ -1002,9 +1025,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
d: common_vendor.o(($event) => $options.clickCaiWuItem(index), index)
|
||||
};
|
||||
}),
|
||||
aC: $data.selectCaiwu == 0
|
||||
aD: $data.selectCaiwu == 0
|
||||
}, $data.selectCaiwu == 0 ? {
|
||||
aD: common_vendor.p({
|
||||
aE: common_vendor.p({
|
||||
stockInfo: $data.financialStockInfo,
|
||||
barCategoryList: $data.mainBussinessBarCategoryList,
|
||||
barList: $data.mainBussinessBarList,
|
||||
@@ -1013,23 +1036,23 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
financialMetricsInfo: $data.financialMetricsList[0]
|
||||
})
|
||||
} : {}, {
|
||||
aE: $data.selectCaiwu == 1
|
||||
aF: $data.selectCaiwu == 1
|
||||
}, $data.selectCaiwu == 1 ? {
|
||||
aF: common_vendor.p({
|
||||
aG: common_vendor.p({
|
||||
dataList: $data.financialMetricsList
|
||||
})
|
||||
} : {}, {
|
||||
aG: $data.selectCaiwu == 2
|
||||
aH: $data.selectCaiwu == 2
|
||||
}, $data.selectCaiwu == 2 ? {
|
||||
aH: common_vendor.p({
|
||||
aI: common_vendor.p({
|
||||
financialBalanceList: $data.financialBalanceList,
|
||||
cashFlowList: $data.cashFlowList,
|
||||
incomeStatementList: $data.incomeStatementList
|
||||
})
|
||||
} : {}) : {}, {
|
||||
aI: $data.selectTab == 3
|
||||
aJ: $data.selectTab == 3
|
||||
}, $data.selectTab == 3 ? {
|
||||
aJ: common_vendor.f($data.dongTaiList, (item, index, i0) => {
|
||||
aK: common_vendor.f($data.dongTaiList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item.title),
|
||||
b: common_vendor.n("item " + ($data.selectDongtai == index ? "select" : "")),
|
||||
@@ -1037,24 +1060,24 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
d: common_vendor.o(($event) => $options.clickDongTaiItem(index), index)
|
||||
};
|
||||
}),
|
||||
aK: common_vendor.p({
|
||||
aL: common_vendor.p({
|
||||
type: $data.selectDongtai,
|
||||
newsList: $data.newsList,
|
||||
announcementList: $data.companyAnnouncementList
|
||||
})
|
||||
} : {}, {
|
||||
aL: common_vendor.s("top:" + $data.contentTop + "px;"),
|
||||
aM: common_vendor.o(($event) => _ctx.sendEventComment()),
|
||||
aN: _ctx.eventComment,
|
||||
aO: common_vendor.o(($event) => _ctx.eventComment = $event.detail.value),
|
||||
aP: common_assets._imports_2$10,
|
||||
aQ: common_assets._imports_3$10,
|
||||
aR: common_vendor.o(($event) => $options.clickOptional()),
|
||||
aS: common_assets._imports_4$9,
|
||||
aT: common_vendor.o(($event) => $options.clickShare()),
|
||||
aU: common_assets._imports_9$1,
|
||||
aV: common_vendor.o(($event) => $options.clickCloseIndustryRankPop()),
|
||||
aW: common_vendor.f($data.industryRankList, (item, index, i0) => {
|
||||
aM: common_vendor.s("top:" + $data.contentTop + "px;"),
|
||||
aN: common_vendor.o(($event) => _ctx.sendEventComment()),
|
||||
aO: _ctx.eventComment,
|
||||
aP: common_vendor.o(($event) => _ctx.eventComment = $event.detail.value),
|
||||
aQ: common_assets._imports_2$10,
|
||||
aR: common_assets._imports_3$10,
|
||||
aS: common_vendor.o(($event) => $options.clickOptional()),
|
||||
aT: common_assets._imports_4$9,
|
||||
aU: common_vendor.o(($event) => $options.clickShare()),
|
||||
aV: common_assets._imports_8,
|
||||
aW: common_vendor.o(($event) => $options.clickCloseIndustryRankPop()),
|
||||
aX: common_vendor.f($data.industryRankList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.f(item.rankings, (ritem, rindex, i1) => {
|
||||
return common_vendor.e({
|
||||
@@ -1151,68 +1174,68 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
c: index
|
||||
};
|
||||
}),
|
||||
aX: common_assets._imports_1$13,
|
||||
aY: common_vendor.sr("industryRankPop", "817d6950-13"),
|
||||
aZ: common_vendor.p({
|
||||
aY: common_assets._imports_1$13,
|
||||
aZ: common_vendor.sr("industryRankPop", "817d6950-13"),
|
||||
ba: common_vendor.p({
|
||||
type: "bottom"
|
||||
}),
|
||||
ba: common_assets._imports_9$1,
|
||||
bb: common_vendor.o(($event) => $options.clickCloseValueChainPopup()),
|
||||
bc: $data.selectValueChainInfo
|
||||
bb: common_assets._imports_8,
|
||||
bc: common_vendor.o(($event) => $options.clickCloseValueChainPopup()),
|
||||
bd: $data.selectValueChainInfo
|
||||
}, $data.selectValueChainInfo ? common_vendor.e({
|
||||
bd: common_vendor.t($data.selectValueChainInfo.node_name),
|
||||
be: $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1
|
||||
be: common_vendor.t($data.selectValueChainInfo.node_name),
|
||||
bf: $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1
|
||||
}, $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1 ? {
|
||||
bf: common_vendor.t($data.selectValueChainInfo.node_type)
|
||||
bg: common_vendor.t($data.selectValueChainInfo.node_type)
|
||||
} : {}, {
|
||||
bg: $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1
|
||||
bh: $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1
|
||||
}, $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1 ? {
|
||||
bh: common_vendor.t($data.selectValueChainInfo.market_share)
|
||||
bi: common_vendor.t($data.selectValueChainInfo.market_share)
|
||||
} : {}, {
|
||||
bi: $data.selectValueChainInfo.node_level == 0
|
||||
bj: $data.selectValueChainInfo.node_level == 0
|
||||
}, $data.selectValueChainInfo.node_level == 0 ? {
|
||||
bj: common_vendor.t($data.selectValueChainInfo.node_type)
|
||||
bk: common_vendor.t($data.selectValueChainInfo.node_type)
|
||||
} : {}, {
|
||||
bk: $data.selectValueChainInfo.node_level == 0
|
||||
bl: $data.selectValueChainInfo.node_level == 0
|
||||
}, $data.selectValueChainInfo.node_level == 0 ? {
|
||||
bl: common_vendor.t($data.selectValueChainInfo.market_share)
|
||||
bm: common_vendor.t($data.selectValueChainInfo.market_share)
|
||||
} : {}, {
|
||||
bm: $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2
|
||||
bn: $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2
|
||||
}, $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2 ? {
|
||||
bn: common_vendor.t($data.selectValueChainInfo.node_type)
|
||||
bo: common_vendor.t($data.selectValueChainInfo.node_type)
|
||||
} : {}, {
|
||||
bo: $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2
|
||||
bp: $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2
|
||||
}, $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2 ? {
|
||||
bp: common_vendor.t($data.selectValueChainInfo.market_share)
|
||||
bq: common_vendor.t($data.selectValueChainInfo.market_share)
|
||||
} : {}, {
|
||||
bq: common_vendor.t($data.selectValueChainInfo.node_description),
|
||||
br: common_vendor.t($data.selectValueChainInfo.importance_score),
|
||||
bs: $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1
|
||||
br: common_vendor.t($data.selectValueChainInfo.node_description),
|
||||
bs: common_vendor.t($data.selectValueChainInfo.importance_score),
|
||||
bt: $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1
|
||||
}, $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1 ? {
|
||||
bt: common_vendor.s("width:" + ($data.selectValueChainInfo.importance_score ? $data.selectValueChainInfo.importance_score : 0) + "%;")
|
||||
bv: common_vendor.s("width:" + ($data.selectValueChainInfo.importance_score ? $data.selectValueChainInfo.importance_score : 0) + "%;")
|
||||
} : {}, {
|
||||
bv: $data.selectValueChainInfo.node_level == 0
|
||||
bw: $data.selectValueChainInfo.node_level == 0
|
||||
}, $data.selectValueChainInfo.node_level == 0 ? {
|
||||
bw: common_vendor.s("width:" + $data.selectValueChainInfo.importance_score + "%;")
|
||||
bx: common_vendor.s("width:" + $data.selectValueChainInfo.importance_score + "%;")
|
||||
} : {}, {
|
||||
bx: $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2
|
||||
by: $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2
|
||||
}, $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2 ? {
|
||||
by: common_vendor.s("width:" + $data.selectValueChainInfo.importance_score + "%;")
|
||||
bz: common_vendor.s("width:" + $data.selectValueChainInfo.importance_score + "%;")
|
||||
} : {}, {
|
||||
bz: common_vendor.t($data.selectValueChainInfo.dependency_degree),
|
||||
bA: $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1
|
||||
bA: common_vendor.t($data.selectValueChainInfo.dependency_degree),
|
||||
bB: $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1
|
||||
}, $data.selectValueChainInfo.node_level == -2 || $data.selectValueChainInfo.node_level == -1 ? {
|
||||
bB: common_vendor.s("width:" + ($data.selectValueChainInfo.dependency_degree ? $data.selectValueChainInfo.dependency_degree : 0) + "%;")
|
||||
bC: common_vendor.s("width:" + ($data.selectValueChainInfo.dependency_degree ? $data.selectValueChainInfo.dependency_degree : 0) + "%;")
|
||||
} : {}, {
|
||||
bC: $data.selectValueChainInfo.node_level == 0
|
||||
bD: $data.selectValueChainInfo.node_level == 0
|
||||
}, $data.selectValueChainInfo.node_level == 0 ? {
|
||||
bD: common_vendor.s("width:" + ($data.selectValueChainInfo.dependency_degree ? $data.selectValueChainInfo.dependency_degree : 0) + "%;")
|
||||
bE: common_vendor.s("width:" + ($data.selectValueChainInfo.dependency_degree ? $data.selectValueChainInfo.dependency_degree : 0) + "%;")
|
||||
} : {}, {
|
||||
bE: $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2
|
||||
bF: $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2
|
||||
}, $data.selectValueChainInfo.node_level == 1 || $data.selectValueChainInfo.node_level == 2 ? {
|
||||
bF: common_vendor.s("width:" + ($data.selectValueChainInfo.dependency_degree ? $data.selectValueChainInfo.dependency_degree : 0) + "%;")
|
||||
bG: common_vendor.s("width:" + ($data.selectValueChainInfo.dependency_degree ? $data.selectValueChainInfo.dependency_degree : 0) + "%;")
|
||||
} : {}, {
|
||||
bG: common_vendor.f($data.relatedCompanyList, (item, index, i0) => {
|
||||
bH: common_vendor.f($data.relatedCompanyList, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t(item.stock_name),
|
||||
b: common_vendor.t(item.stock_code),
|
||||
@@ -1220,34 +1243,34 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
d: common_vendor.t(item.node_info.node_description),
|
||||
e: item.relationships.length > 0
|
||||
}, item.relationships.length > 0 ? {
|
||||
f: common_assets._imports_11$4,
|
||||
f: common_assets._imports_10$3,
|
||||
g: common_vendor.t(item.relationships[0].connected_node)
|
||||
} : {}, {
|
||||
h: index
|
||||
});
|
||||
})
|
||||
}) : {}, {
|
||||
bH: common_vendor.sr("valueChainPopup", "817d6950-14"),
|
||||
bI: common_vendor.p({
|
||||
bI: common_vendor.sr("valueChainPopup", "817d6950-14"),
|
||||
bJ: common_vendor.p({
|
||||
type: "bottom",
|
||||
safeArea: false
|
||||
}),
|
||||
bJ: common_assets._imports_9$1,
|
||||
bK: common_vendor.o(($event) => $options.clickCloseDevelopmentTimelinePopup()),
|
||||
bL: $data.selectDevelopmentTimelineInfo
|
||||
bK: common_assets._imports_8,
|
||||
bL: common_vendor.o(($event) => $options.clickCloseDevelopmentTimelinePopup()),
|
||||
bM: $data.selectDevelopmentTimelineInfo
|
||||
}, $data.selectDevelopmentTimelineInfo ? {
|
||||
bM: common_vendor.t($data.selectDevelopmentTimelineInfo.event_title),
|
||||
bN: common_vendor.t($data.selectDevelopmentTimelineInfo.event_type),
|
||||
bO: common_vendor.n("eventType " + ($data.selectDevelopmentTimelineInfo.impact_metrics.is_positive == 1 ? "positive" : "negative")),
|
||||
bP: common_vendor.t($data.selectDevelopmentTimelineInfo.event_date),
|
||||
bQ: common_vendor.t($data.selectDevelopmentTimelineInfo.event_desc),
|
||||
bR: common_vendor.t($data.selectDevelopmentTimelineInfo.related_info.financial_impact),
|
||||
bS: common_vendor.n("progress " + ($data.selectDevelopmentTimelineInfo.impact_metrics.is_positive == 1 ? "positive" : "negative")),
|
||||
bT: common_vendor.s("width: " + $data.selectDevelopmentTimelineInfo.impact_metrics.impact_score + "%;"),
|
||||
bU: common_vendor.t($data.selectDevelopmentTimelineInfo.impact_metrics.impact_score)
|
||||
bN: common_vendor.t($data.selectDevelopmentTimelineInfo.event_title),
|
||||
bO: common_vendor.t($data.selectDevelopmentTimelineInfo.event_type),
|
||||
bP: common_vendor.n("eventType " + ($data.selectDevelopmentTimelineInfo.impact_metrics.is_positive == 1 ? "positive" : "negative")),
|
||||
bQ: common_vendor.t($data.selectDevelopmentTimelineInfo.event_date),
|
||||
bR: common_vendor.t($data.selectDevelopmentTimelineInfo.event_desc),
|
||||
bS: common_vendor.t($data.selectDevelopmentTimelineInfo.related_info.financial_impact),
|
||||
bT: common_vendor.n("progress " + ($data.selectDevelopmentTimelineInfo.impact_metrics.is_positive == 1 ? "positive" : "negative")),
|
||||
bU: common_vendor.s("width: " + $data.selectDevelopmentTimelineInfo.impact_metrics.impact_score + "%;"),
|
||||
bV: common_vendor.t($data.selectDevelopmentTimelineInfo.impact_metrics.impact_score)
|
||||
} : {}, {
|
||||
bV: common_vendor.sr("developmentTimelinePopup", "817d6950-15"),
|
||||
bW: common_vendor.p({
|
||||
bW: common_vendor.sr("developmentTimelinePopup", "817d6950-15"),
|
||||
bX: common_vendor.p({
|
||||
type: "bottom",
|
||||
safeArea: false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user