修改政策入库、内外部会议流程

This commit is contained in:
zyn
2023-10-19 11:33:14 +08:00
parent 21606aa5d3
commit 4e1b75d9b7
8 changed files with 181 additions and 125 deletions
@@ -7,7 +7,7 @@
<el-input
:disabled="disabled"
:value="name"
:placeholder="title"
:placeholder="`选择${title}`"
readonly
@click.native="choice(id)"></el-input>
</div>
@@ -80,7 +80,7 @@ export default {
},
accept: {
type: String,
default: '.pdf, .PDF, .ppt, .PPT, .pptx, .PPTX, .doc, .DOC, .docx, .DOCX, .xls, .xlsx'
default: '.pdf, .PDF, .doc, .DOC, .docx, .DOCX, .ppt, .PPT, .pptx, .PPTX, .xls, .XLS, .xlsx, .XLSX, .pdg, .PDG'
},
size: {
type: Number,