2.5 主营业务明细与历史对比表完善,增加非会员弹窗跳转,调整会员页面文字,财务数据模块单季度增加总值展示
This commit is contained in:
@@ -381,7 +381,10 @@ const _sfc_main = {
|
||||
clickInDepthAnalysisItem(index) {
|
||||
if (this.selectInDepthAnalysis != index) {
|
||||
this.selectInDepthAnalysis = index;
|
||||
if (index == 2) {
|
||||
if (index == 0) {
|
||||
this.getComprehensiveAnalysisData();
|
||||
this.getIndustryRankListData();
|
||||
} else if (index == 2) {
|
||||
this.getValueChainAnalysisData();
|
||||
} else if (index == 3) {
|
||||
this.getKeyFactorsTimelineData();
|
||||
@@ -604,7 +607,7 @@ const _sfc_main = {
|
||||
}
|
||||
request_api.managementTeam(code, { active_only: true }).then((res) => {
|
||||
let data = res.data;
|
||||
let arr = ["高管", "董事", "监事", "其他"];
|
||||
let arr = ["高管", "董事", "监事"];
|
||||
let list = [];
|
||||
for (let item of arr) {
|
||||
list.push({ key: item, list: [] });
|
||||
@@ -1029,7 +1032,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
}),
|
||||
aj: $data.isData && $data.isManagementEmpty
|
||||
}, $data.isData && $data.isManagementEmpty ? {
|
||||
ak: common_assets._imports_5$5
|
||||
ak: common_assets._imports_5$6
|
||||
} : {}) : {}, {
|
||||
al: $data.selectCompanyFiles == 2
|
||||
}, $data.selectCompanyFiles == 2 ? common_vendor.e({
|
||||
@@ -1038,7 +1041,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
}),
|
||||
an: $data.isData && $data.branchList.length == 0
|
||||
}, $data.isData && $data.branchList.length == 0 ? {
|
||||
ao: common_assets._imports_5$5
|
||||
ao: common_assets._imports_5$6
|
||||
} : {}) : {}, {
|
||||
ap: $data.selectCompanyFiles == 3
|
||||
}, $data.selectCompanyFiles == 3 ? common_vendor.e({
|
||||
@@ -1050,7 +1053,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
} : {}, {
|
||||
as: $data.isData && !$data.stockBasicInfo
|
||||
}, $data.isData && !$data.stockBasicInfo ? {
|
||||
at: common_assets._imports_5$5
|
||||
at: common_assets._imports_5$6
|
||||
} : {}) : {}) : {}, {
|
||||
av: $data.selectTab == 1
|
||||
}, $data.selectTab == 1 ? common_vendor.e({
|
||||
|
||||
Reference in New Issue
Block a user