Compare commits

...

4 Commits

Author SHA1 Message Date
“zhuzihan” 
295f9cb304 暂存 2025-08-07 14:19:58 +08:00
“zhuzihan” 
6b6e66327c 暂存 2025-08-07 14:10:31 +08:00
“zhuzihan” 
ec13daa698 暂存 2025-08-07 14:05:20 +08:00
“zhuzihan” 
20d6bbecd6 冲突提交 2025-08-07 14:03:08 +08:00

View File

@ -225,7 +225,6 @@ const redirectToResearchEvaluation2 = async () => {
username: result.data.username,
permission: '1'
}))
return
window.location.href = 'http://82.156.236.221:10004/admin/manage'
} else {
console.error('代理登录失败:', result.error);
@ -481,11 +480,7 @@ const updateFundingChart = () => {
fundingChart.setOption({
legend: {
selected: {
'博士': fundingLegendStatus.value[0],
'硕士': fundingLegendStatus.value[1],
'学士': fundingLegendStatus.value[2]
}
selected: {}
}
})
}
@ -497,11 +492,7 @@ const updateOutputChart = () => {
outputChart.setOption({
legend: {
selected: {
'博士': outputLegendStatus.value[0],
'硕士': outputLegendStatus.value[1],
'学士': outputLegendStatus.value[1]
}
selected: {}
}
})
}
@ -755,9 +746,9 @@ const fetchPaperData = async () => {
//
outputData.value = {
months: monthNames,
doctor: data.data.time.map(item => item[0]).reverse(), // reverse()
master: data.data.time.map(item => item[1]).reverse(), // reverse()
bachelor: data.data.time.map(item => item[2]).reverse() // reverse()
doctor: data.data.time.map(item => item[2]).reverse(), // reverse()
master: data.data.time.map(item => item[1]).reverse(), // reverse()
bachelor: data.data.time.map(item => item[0]).reverse() // reverse()
};
updateOutputChart();
@ -1092,9 +1083,9 @@ const initCharts = () => {
data: ['博士', '硕士', '学士'],
textStyle: { color: '#fff' },
selected: {
'博士': outputLegendStatus.value[0],
'博士': outputLegendStatus.value[2],
'硕士': outputLegendStatus.value[1],
'学士': outputLegendStatus.value[1],
'学士': outputLegendStatus.value[0],
}
},
grid: { left: '3%', right: '12%', bottom: '3%', containLabel: true },
@ -1213,9 +1204,9 @@ const initCharts = () => {
textStyle: { color: '#fff' },
data: ['博士', '硕士', '学士'],
selected: {
'博士': fundingLegendStatus.value[0],
'博士': fundingLegendStatus.value[2],
'硕士': fundingLegendStatus.value[1],
'学士': fundingLegendStatus.value[2]
'学士': fundingLegendStatus.value[0]
}
},
series: [