2.5 主营业务明细与历史对比表完善,增加非会员弹窗跳转,调整会员页面文字,财务数据模块单季度增加总值展示

This commit is contained in:
尚政杰
2026-02-05 17:47:47 +08:00
parent c4cbd5a11f
commit 21e16f543f
86 changed files with 1661 additions and 376 deletions

View File

@@ -749,8 +749,7 @@
*/
clickExpandOrRetractCompanyIntro() {
this.isExpandIntro = !this.isExpandIntro
},
},
/**
* @param {Object} index
*/
@@ -798,7 +797,10 @@
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) {
@@ -1051,7 +1053,7 @@
}
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:[]})
@@ -1085,6 +1087,9 @@
}, list);
var count = 0
for (let item of this.managementList) {
// if (item.key=='高管') {
// item.key = '其他'
// }
count += item.list.length
}
this.isManagementEmpty = count==0