摘要: confirm this.$confirm("是否继续删除", "警告", {type: 'warning'}) .then(() => { // 确认 }) .catch(()=>{ // 取消 }) 阅读全文
posted @ 2022-07-04 16:26 翠微 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 安装依赖 npm install -S file-saver npm install -S xlsx npm install -D script-loader 在src下信件excel文件夹,里面放入Blob.js和Export2excel.js https://github.com/eligrey 阅读全文
posted @ 2022-07-04 13:28 翠微 阅读(1518) 评论(0) 推荐(0) 编辑