dreamaker
<el-upload :show-file-list="false"  :on-error="errmsg" :headers="headers" :on-success="refreshList" action="/xxxx" accept=".xls, .xlsx"  style="display: inline;">
                               <el-button type="primary" icon="el-icon-upload2" >导入</el-button>
                             </el-upload>
 computed: {
           
            headers(){
                return {
                    "Authorization":store.getters.access_token
                }
            }
        },

简单方便 干净卫生

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-09-14
  • 2021-12-04
  • 2022-12-23
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-11
  • 2022-01-07
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案