摘要:
水印使用: 1、引入定义的watermark.js文件 let watermark = new Watermark({ contend: "水印内容", fontSize: 16, …… }); 2、离开页面要主动销毁 watermark && watermark.removeWatermark()
阅读全文
posted @ 2024-08-09 17:35
紫藤萝yu
阅读(26)
推荐(0)
编辑
摘要:
// 导出操作相关的方法 // 数据导出功能 async function downloadData(httpUrl, params, fileName, type = "application/vnd.ms-excel") { console.log("数据导出中……"); const data
阅读全文
posted @ 2024-08-09 17:27
紫藤萝yu
阅读(9)
推荐(0)
编辑
摘要:
代码里面用到的ui-xxx组件,属于内部自定义组件,仅供参考,直接复制粘贴使用,失败 // 周组件 weekSelect <!-- 周选择组件 --> <template> <div ref="viYearSelect" class="vi-year-select"> <ui-input v-mod
阅读全文
posted @ 2024-08-09 17:08
紫藤萝yu
阅读(28)
推荐(0)
编辑
摘要:
1、定义chart组件 <template> <div ref="chart"></div> </template> <script> import elementResizeDetector from "element-resize-detector"; import * as echarts f
阅读全文
posted @ 2024-08-09 17:00
紫藤萝yu
阅读(11)
推荐(0)
编辑
摘要:
/** @format */ const moment = require("moment"); const FileManagerPlugin = require("filemanager-webpack-plugin"); const GreatePlugin = require("genera
阅读全文
posted @ 2024-08-09 16:49
紫藤萝yu
阅读(14)
推荐(0)
编辑
摘要:
/** * this.exportTarget 的值,为页面DOM元素、 * <div ref="exportContentRef" class="export-content">xxxxx</div> * 例如:this.exportTarget = [this.$refs.exportConte
阅读全文
posted @ 2024-08-09 16:39
紫藤萝yu
阅读(3)
推荐(0)
编辑