项目详情的状态导出

This commit is contained in:
范强强
2023-05-04 10:32:42 +08:00
parent c12fed1390
commit be786db064
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -1824,4 +1824,5 @@ module.exports = {
componentReportHasBeenStored:'Component report has been stored',
parameterCollectionProgress:'Parameter Collection Progress',
proportion:'Proportion',
projectProgressStatistics:'Project Progress Statistics',
}
+1
View File
@@ -1926,4 +1926,5 @@ module.exports = {
componentReportHasBeenStored:'部件报告已入库',
parameterCollectionProgress:'参数收集进度',
proportion:'占比',
projectProgressStatistics:'项目进度统计',
}
@@ -252,7 +252,11 @@
this.$refs.settingListRef.edit()
},
stateExportClick() {
let query = {
projectLibraryId: this.$route.query.id
}
downloadFile('/project/projectLibraryBase/exportProjectProgressStatisticsXls',
this.queryForm.projectName+'-'+this.queryForm.projectVersion+'-'+this.$t('projectProgressStatistics') + '.xls', query)
},
versionStatisticsClick() {