|
|
|
|
@ -1398,6 +1398,7 @@ function hasAuditAttachment() {
|
|
|
|
|
<file-upload v-model:files="fileTable.fileData" :uploadDrag="true" ></file-upload> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<p style="color: red;">说明:附件上传仅支持 上传 Word / PDF / Excel 文件(.doc .docx .pdf .xls .xlsx)</p> |
|
|
|
|
<footer class="flex end"> |
|
|
|
|
<el-button size="default" :loading="addFileTableLoading" type="primary" @click="addFileSubmit">确认</el-button> |
|
|
|
|
<el-button @click="addFileDialog = false" >关闭</el-button> |
|
|
|
|
|