diff --git a/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue b/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue index 15dd4193..8f38dc29 100644 --- a/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue +++ b/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue @@ -326,8 +326,7 @@ export default { { fieldShowType: 2, dbFieldTxt: this.$t('projectLibrary.specialProjectLibrary.supportingMaterial'), - dbFieldName: 'basisFile', - fileType: 'pdf,doc,docx,pptx,ppt,jpg,jpeg,png,xls,xlsx,bmp' + dbFieldName: 'basisFile' } ] } diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue index 8c5246f1..8c27455b 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue @@ -501,8 +501,7 @@ export default { { fieldShowType: 2, dbFieldTxt: this.$t('projectLibrary.specialProjectLibrary.supportingMaterial'), - dbFieldName: 'fileId', - fileType: 'pdf,doc,docx,pptx,ppt,jpg,jpeg,png,xls,xlsx,bmp' + dbFieldName: 'fileId' } ] }, diff --git a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue index 4616f279..5171e995 100644 --- a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue +++ b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue @@ -604,8 +604,7 @@ export default { { fieldShowType: 2, dbFieldTxt: this.$t('projectLibrary.specialProjectLibrary.supportingMaterial'), - dbFieldName: 'basisFile', - fileType: 'pdf,doc,docx,pptx,ppt,jpg,jpeg,png,xls,xlsx,bmp' + dbFieldName: 'basisFile' } ] }, @@ -634,8 +633,7 @@ export default { { fieldShowType: 2, dbFieldTxt: this.$t('projectLibrary.specialProjectLibrary.supportingMaterial'), - dbFieldName: 'basisFile', - fileType: 'pdf,doc,docx,pptx,ppt,jpg,jpeg,png,xls,xlsx,bmp' + dbFieldName: 'basisFile' } ] }, @@ -664,8 +662,7 @@ export default { { fieldShowType: 2, dbFieldTxt: this.$t('projectLibrary.specialProjectLibrary.supportingMaterial'), - dbFieldName: 'basisFile', - fileType: 'pdf,doc,docx,pptx,ppt,jpg,jpeg,png,xls,xlsx,bmp' + dbFieldName: 'basisFile' } ] }