政策课题-课题组资料-会议资料限制500M,限制不能上传视频

This commit is contained in:
zyn
2023-11-10 16:44:36 +08:00
parent 5bcbe06f1c
commit f8e58c5308
2 changed files with 4 additions and 4 deletions
@@ -177,8 +177,8 @@
attrField: 'conferenceMaterials'
}"
v-model="form.conferenceMaterials"
:allowType="['.pdf', '.PDF', '.doc','.DOC', '.docx','.DOCX', '.pptx', '.PPTX', '.ppt', '.PPT', '.xls','.XLS', '.xlsx','.XLSX', '.pdg', '.PDG', '.mp3', '.MP3', '.Ogg', '.Wav', '.mp4', '.MP4', '.WebM']"
:size="2048"
:allowType="['.pdf', '.PDF', '.doc','.DOC', '.docx','.DOCX', '.pptx', '.PPTX', '.ppt', '.PPT', '.xls','.XLS', '.xlsx','.XLSX', '.pdg', '.PDG', '.mp3', '.MP3', '.Ogg', '.Wav']"
:size="500"
></customFile>
</el-col>
</el-row>
@@ -30,8 +30,8 @@
prop="conferenceMaterials"
:ids.sync="form.conferenceMaterials"
:names.sync="form.conferenceMaterialsName"
accept=".pdf, .PDF, .doc, .DOC, .docx, .DOCX, .ppt, .PPT, .pptx, .PPTX, .xls, .XLS, .xlsx, .XLSX, .pdg, .PDG, .mp3, .MP3, .Ogg, .Wav, .mp4, .MP4, .WebM"
:size="2048"
accept=".pdf, .PDF, .doc, .DOC, .docx, .DOCX, .ppt, .PPT, .pptx, .PPTX, .xls, .XLS, .xlsx, .XLSX, .pdg, .PDG, .mp3, .MP3, .Ogg, .Wav"
:size="500"
:disabled="disabled">
</UploadFormItem>
</el-col>