230320a303 5 月之前
父节点
当前提交
b4c321bd34

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-4b7da375.e26c7d82.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.36b04f3a.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-4b32a022.4029274c.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-4b7da375.93891d7d.js


+ 1 - 1
src/views/room/components/popup/IndexEdit.vue

@@ -81,7 +81,7 @@
                 @change="fileChange"
                 :http-request="submitUpload"
                 :auto-upload="true">
-                <el-button slot="trigger" size="small" type="primary">选取新视频</el-button>
+                <el-button v-if="!cObj.video" slot="trigger" size="small" type="primary">选取新视频</el-button>
                 <el-button v-if="fileNextResObj.total && fileNextResObj.total.percent === 100" size="small" type="success" style="margin-left: 10px;">{{ fileNextResObj.total ? fileNextResObj.total.percent === 100 ? '上传成功' :`上传中${parseInt(fileNextResObj.total.percent)}%` : '上传到服务器'}}</el-button>
                 <el-progress v-else-if="fileNextResObj.total" class="tip3" :text-inside="true" :stroke-width="20" :percentage="parseInt(fileNextResObj.total.percent)"></el-progress>
                 <!-- <div slot="tip" class="el-upload__tip">只能上传jpg/png文件,且不超过500kb</div> -->

部分文件因为文件数量过多而无法显示