政策课题-课题组资料-会议资料限制500M,限制不能上传视频
This commit is contained in:
@@ -177,8 +177,8 @@
|
|||||||
attrField: 'conferenceMaterials'
|
attrField: 'conferenceMaterials'
|
||||||
}"
|
}"
|
||||||
v-model="form.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']"
|
:allowType="['.pdf', '.PDF', '.doc','.DOC', '.docx','.DOCX', '.pptx', '.PPTX', '.ppt', '.PPT', '.xls','.XLS', '.xlsx','.XLSX', '.pdg', '.PDG', '.mp3', '.MP3', '.Ogg', '.Wav']"
|
||||||
:size="2048"
|
:size="500"
|
||||||
></customFile>
|
></customFile>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|||||||
+2
-2
@@ -30,8 +30,8 @@
|
|||||||
prop="conferenceMaterials"
|
prop="conferenceMaterials"
|
||||||
:ids.sync="form.conferenceMaterials"
|
:ids.sync="form.conferenceMaterials"
|
||||||
:names.sync="form.conferenceMaterialsName"
|
: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"
|
accept=".pdf, .PDF, .doc, .DOC, .docx, .DOCX, .ppt, .PPT, .pptx, .PPTX, .xls, .XLS, .xlsx, .XLSX, .pdg, .PDG, .mp3, .MP3, .Ogg, .Wav"
|
||||||
:size="2048"
|
:size="500"
|
||||||
:disabled="disabled">
|
:disabled="disabled">
|
||||||
</UploadFormItem>
|
</UploadFormItem>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user