文件上传优化

This commit is contained in:
cwchen 2025-11-17 11:06:25 +08:00
parent 289d31028f
commit 63a7ae55f0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<span v-if="!isUploading">确认</span> <span v-if="!isUploading">确认</span>
<span v-else>上传中...</span> <span v-else>上传中...</span>
</el-button> </el-button>
<el-button class="cancel-btn" @click="handleClose">取消</el-button> <el-button class="cancel-btn" @click="handleClose" :disabled="isUploading">取消</el-button>
</div> </div>
</el-dialog> </el-dialog>
</template> </template>