项目详情的状态导出
This commit is contained in:
@@ -1824,4 +1824,5 @@ module.exports = {
|
|||||||
componentReportHasBeenStored:'Component report has been stored',
|
componentReportHasBeenStored:'Component report has been stored',
|
||||||
parameterCollectionProgress:'Parameter Collection Progress',
|
parameterCollectionProgress:'Parameter Collection Progress',
|
||||||
proportion:'Proportion',
|
proportion:'Proportion',
|
||||||
|
projectProgressStatistics:'Project Progress Statistics',
|
||||||
}
|
}
|
||||||
@@ -1926,4 +1926,5 @@ module.exports = {
|
|||||||
componentReportHasBeenStored:'部件报告已入库',
|
componentReportHasBeenStored:'部件报告已入库',
|
||||||
parameterCollectionProgress:'参数收集进度',
|
parameterCollectionProgress:'参数收集进度',
|
||||||
proportion:'占比',
|
proportion:'占比',
|
||||||
|
projectProgressStatistics:'项目进度统计',
|
||||||
}
|
}
|
||||||
@@ -252,7 +252,11 @@
|
|||||||
this.$refs.settingListRef.edit()
|
this.$refs.settingListRef.edit()
|
||||||
},
|
},
|
||||||
stateExportClick() {
|
stateExportClick() {
|
||||||
|
let query = {
|
||||||
|
projectLibraryId: this.$route.query.id
|
||||||
|
}
|
||||||
|
downloadFile('/project/projectLibraryBase/exportProjectProgressStatisticsXls',
|
||||||
|
this.queryForm.projectName+'-'+this.queryForm.projectVersion+'-'+this.$t('projectProgressStatistics') + '.xls', query)
|
||||||
},
|
},
|
||||||
|
|
||||||
versionStatisticsClick() {
|
versionStatisticsClick() {
|
||||||
|
|||||||
Reference in New Issue
Block a user