change - 隐藏上传提示

master
yinq 1 month ago
parent 7c5f12ce00
commit 2c2743ef45

@ -373,12 +373,12 @@
</el-upload> </el-upload>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<!-- 上传提示 --> <!-- 上传提示 -->
<div class="el-upload__tip" slot="tip" v-if="isShowTip"> <!-- <div class="el-upload__tip" slot="tip" v-if="isShowTip">-->
请上传 <!-- 请上传-->
<template v-if="sopFileSize"> <b style="color: #f56c6c">{{ sopFileSize }}MB</b></template> <!-- <template v-if="sopFileSize"> <b style="color: #f56c6c">{{ sopFileSize }}MB</b></template>-->
<template v-if="sopFileType"> <b style="color: #f56c6c">{{ sopFileType.join("/") }}</b></template> <!-- <template v-if="sopFileType"> <b style="color: #f56c6c">{{ sopFileType.join("/") }}</b></template>-->
的文件 <!-- 的文件-->
</div> <!-- </div>-->
<el-button type="primary" @click="sopFileUploadSubmit"> </el-button> <el-button type="primary" @click="sopFileUploadSubmit"> </el-button>
<el-button @click="sopViewModel = false"> </el-button> <el-button @click="sopViewModel = false"> </el-button>
</span> </span>

Loading…
Cancel
Save