摘要: <template> <div ref="doubleBar"></div> </template> <script> import { selectedAtchingFun, deepCopy, defaultColorArr, defaultTitleArr, defaultGridArr, s 阅读全文
posted @ 2023-10-19 14:25 喔烨鸭 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 组件 <template> <div class="tableCommon-wrapper"> <a-table :columns="tableHead" :dataSource="tableData" :loading="loading" :pagination="pagination" :row 阅读全文
posted @ 2022-06-19 22:30 喔烨鸭 阅读(147) 评论(0) 推荐(0) 编辑
摘要: <a-upload :customRequest="customRequest" :multiple="true" :showUploadList="false" name="file" v-if="hasPerm('sysFileInfo:upload')" > <a-button> <a-ico 阅读全文
posted @ 2022-03-23 13:59 喔烨鸭 阅读(42) 评论(0) 推荐(0) 编辑
摘要: # 1、 npm i --save lodash # 2、对应的页面引入 import _ from 'lodash' # 防抖:_.debounce 原理:原理是在事件被触发n秒后再执行回调,如果在这n秒内又被触发,则重新计时。也就是说事件来了,先setTimeout定个时,n秒后再去触发回调函数 阅读全文
posted @ 2022-02-28 11:27 喔烨鸭 阅读(28) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <a-card size="small" :title="titlename2" style="margin-top:20px;"> <a-form-model ref="ruleForm" :model="form" :rules="rules" :label-c 阅读全文
posted @ 2022-02-09 13:09 喔烨鸭 阅读(50) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示