政策课题-课题组资料-会议资料限制500M,限制不能上传视频
This commit is contained in:
@@ -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>
|
||||
|
||||
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user