摘要: 1、背景 2、基本使用 HTML //下拉框 <div class="select"> <el-select v-model="value" > <el-option v-for="item in item" :key="item.value" :label="item.label" :value= 阅读全文
posted @ 2019-10-17 13:53 北栀女孩儿 阅读(1007) 评论(0) 推荐(0) 编辑
摘要: 1、简述 2、基本使用 Html代码 <el-button type="primary" @click="downLoad(url)">下载图片</el-button> Script代码 data数据 url : '文件下载地址' methods方法 /** * [getBlob 获取二进制流] * 阅读全文
posted @ 2019-10-17 10:20 北栀女孩儿 阅读(2311) 评论(0) 推荐(0) 编辑