上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 封装代码: <!-- * @Descripttion:图表组件 --> <template> <div class='YxkEcharts'> <VEcharts :params="echartsObj"></VEcharts> </div> </template> <script> // 图表 c 阅读全文
posted @ 2023-11-17 16:31 忙着可爱呀~ 阅读(38) 评论(0) 推荐(0)
摘要: <!-- // 注:此为导出Excel表格说明文件,不用引入, 1、使用方式: 引入: import commonJs from "@js/common"; 使用: commonJs.exportExcel(obj) 必传字段: obj: { blob: res // 文档流 } (注:api中需设 阅读全文
posted @ 2023-11-17 16:31 忙着可爱呀~ 阅读(150) 评论(0) 推荐(0)
摘要: <!-- 组件名称 --> <template> <div class=''> <el-table-column prop="level" min-width="100" :render-header="renderHeader"></el-table-column> </div> </templa 阅读全文
posted @ 2023-11-17 16:30 忙着可爱呀~ 阅读(85) 评论(0) 推荐(0)
摘要: <!-- Excel表格导入/上传组件,滑到底部可查看详细说明,--> <template> <div class="ImportExcel"> <el-form> <el-upload action="" :accept="excelObjData.accept" :limit="excelObj 阅读全文
posted @ 2023-11-17 16:30 忙着可爱呀~ 阅读(157) 评论(0) 推荐(0)
摘要: Iframe嵌入页自适应方法 /* iframe自适应 config: { iframeId: '', // iframe id/class iframeBodyId: '', // iframe内 包裹元素 id/class bodyId: '.main-container', // 包裹ifra 阅读全文
posted @ 2023-11-17 16:29 忙着可爱呀~ 阅读(208) 评论(0) 推荐(0)
摘要: 封装代码: <!-- * @Descripttion:表格组件--> <template> <div class='YxkTable'> <el-table :data="data" v-bind="tableBind" v-on="this.$listeners"> <ELTableColumn 阅读全文
posted @ 2023-11-17 16:28 忙着可爱呀~ 阅读(74) 评论(0) 推荐(0)
摘要: 组件代码: <!-- * @Descripttion:搜索组件--> <template> <div class='YxkSearch'> <el-form :model="form" :ref="$attrs.formRef" v-bind="$attrs"> <!-- 搜索项 --> <temp 阅读全文
posted @ 2023-11-17 16:27 忙着可爱呀~ 阅读(137) 评论(0) 推荐(0)
摘要: 1、使用 WECHAT.wxEncrypt('str', 'key', 'appID').toString() 2、aes.js文件 var WECHAT = {}; (function() { WECHAT.wxEncrypt = function(p, f, d) { var c = w.enc 阅读全文
posted @ 2023-11-17 16:26 忙着可爱呀~ 阅读(56) 评论(0) 推荐(0)
摘要: 组件代码: <!-- 拖拽组件,使用说明见 README.md,--> <template> <div class='YxkDrag'> <VDraggable v-bind="dragBind(dragObj)" @start="dragStart" @end="dragEnd" v-on="th 阅读全文
posted @ 2023-11-17 16:26 忙着可爱呀~ 阅读(502) 评论(0) 推荐(0)
摘要: // 使用说明查看 README.md let commonJs = {} // 1、深拷贝 commonJs.deepMerge = (target, source) => { // 判断被拷贝对象是Object // 陷阱!!typeof(null) 'object' true if (type 阅读全文
posted @ 2023-11-17 16:25 忙着可爱呀~ 阅读(27) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页