【修改】修改报告上传流程

This commit is contained in:
zhoulingpo
2023-05-09 09:46:21 +08:00
parent 64bee0eb7d
commit ac43bb8ed9
2 changed files with 1 additions and 3 deletions
@@ -110,7 +110,7 @@
</el-col>
<el-col :span="8">
<span class="uploadFile" v-if="form.fileName">
<span :title="fileList[0].name">{{fileList[0].name}}</span>
<span :title="form.fileName">{{form.fileName}}</span>
<i class="el-icon-cloudy iconstyle"></i>
<i class="el-icon-delete iconstyle" @click="delFile"></i>
</span>