摘要: VUE3.0 多附件上传,支持word、xls、pdf、png 阅读全文
posted @ 2022-03-31 10:52 MickyGirl 阅读(1590) 评论(0) 推荐(0) 编辑
摘要: 第一步:安装两个依赖包 npm install --save xlsx file-saver 第二:在你的页面中添加引用 import FileSaver from "file-saver"; import XLSX from "xlsx"; 第三步:导出两个tab面板中的数据 导出方法: base 阅读全文
posted @ 2020-05-13 10:58 MickyGirl 阅读(2971) 评论(0) 推荐(0) 编辑
摘要: <div style="height:65%;" id="fxps_ssyl"></div> ssylchartInit() { var that = this; var dataAxis = ['9:00', '10:00', '11:00', '12:00', '13:00', '14:00', 阅读全文
posted @ 2019-12-25 09:54 MickyGirl 阅读(942) 评论(0) 推荐(0) 编辑
摘要: //设置爆炸效果 app.setFireModel = function(x, y, z) { var start = Cesium.JulianDate.fromDate(new Date(2015, 2, 25, 16)); var stop = Cesium.JulianDate.addSec 阅读全文
posted @ 2019-12-04 15:24 MickyGirl 阅读(514) 评论(1) 推荐(0) 编辑
摘要: <el-table :data="pushMessageData" :height="tableStyle.height" border style="width: 100%;" @cell-click="clickTable" ref="refTable" @selection-change="h 阅读全文
posted @ 2019-05-15 09:17 MickyGirl 阅读(1841) 评论(0) 推荐(0) 编辑