影像汇总下载文件压缩包名称修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-01 17:14:46 +08:00
parent acf98885c6
commit 282da9bdf0
1 changed files with 2 additions and 1 deletions

View File

@ -211,7 +211,7 @@ export default {
//
formatDownloadFile(IsKeyImage = false, row) {
let files = [],
name = `${this.$route.query.researchProgramNo}.zip`;
name = `${this.$route.query.researchProgramNo}_${this.$t('trials:imageSummary:downloadname:dicom')}_${Date.now()}.zip`;
if (!IsKeyImage) {
//ID/ID/访/Study ID_Study Date_Modality/
row.VisitList.forEach(visit => {
@ -250,6 +250,7 @@ export default {
})
} else {
//()/ID/ID/访/-/
name = `${this.$route.query.researchProgramNo}_${this.$t('trials:imageSummary:downloadname:keyImage')}_${Date.now()}.zip`
row.forEach(item => {
['QuestionMarkPictureList', 'TableQuestionRowPictureList'].forEach(key => {
if (item[key] && item[key].length > 0) {