Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload组件文件上传进度条进度与实际状态不符 #97

Open
Mooooom713 opened this issue Oct 31, 2019 · 1 comment
Open

Upload组件文件上传进度条进度与实际状态不符 #97

Mooooom713 opened this issue Oct 31, 2019 · 1 comment

Comments

@Mooooom713
Copy link

在使用Upload组件的时候,上传文件的进度条在pending状态下就已经到了百分之百了
image
代码如下:

<template>
  <el-upload
    class="upload-demo"
    action="/xxxxxxx"
    :on-success="handleSuccess"
    :before-upload="beforeAvatarUpload"
    :limit="1"
    :multiple="false"
    :on-exceed="handleExceed"
    :file-list="fileList"
  >
    <el-button size="small" plain
      ><i class="iconfont iconshangchuan upload-icon" />{{ btnText }}</el-button
    >
    <div slot="tip" class="el-upload__tip">
      为上传规范的简历,仅支持pdf格式,大小不能超过10MB
    </div>
  </el-upload>
</template>
@kingHjp
Copy link

kingHjp commented Apr 25, 2024

我也遇到同样的问题了,请问你这边解决了吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants