05 2020 档案

摘要:1 <template> 2 <div> 3 <el-row :gutter="30"> 4 <el-col :span="12"> 5 <el-card> 6 <div id="typeChart" style="width: 600px;height:400px;"></div> 7 </el- 阅读全文
posted @ 2020-05-26 16:47 伟笑 阅读(696) 评论(0) 推荐(0)
摘要:第一:安装依赖 npm install -S file-saver xlsx npm install -D script-loader 第二:新建两个js文件(Blob.js和Export2Excel.js) Blob.js: /* eslint-disable */ /* Blob.js * A 阅读全文
posted @ 2020-05-22 15:12 伟笑 阅读(444) 评论(0) 推荐(0)
摘要:一、组件代码 1 <template> 2 <div class="s-canvas"> 3 <canvas id="s-canvas" :width="contentWidth" :height="contentHeight"></canvas> 4 </div> 5 </template> 6 阅读全文
posted @ 2020-05-19 16:25 伟笑 阅读(843) 评论(1) 推荐(1)