From 44ea42d4019cf00174f4965a9fbbafc03e1ed55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 21 Dec 2023 17:33:00 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B5=81=E7=A8=8B=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E4=B8=8A=E4=BC=A0=E6=A0=BC=E5=BC=8F=E6=8C=89?= =?UTF-8?q?=E7=85=A7=E9=80=9A=E7=94=A8=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../noMatchTrackingProcess/NoMatchTrackingProcess.vue | 3 +-- .../ProjectComplianceEvaluationProcess.vue | 3 +-- .../StandardConsultationProcess.vue | 9 +++------ 3 files changed, 5 insertions(+), 10 deletions(-) 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' } ] }