摘要:
<template> <div ref="doubleBar"></div> </template> <script> import { selectedAtchingFun, deepCopy, defaultColorArr, defaultTitleArr, defaultGridArr, s 阅读全文
摘要:
组件 <template> <div class="tableCommon-wrapper"> <a-table :columns="tableHead" :dataSource="tableData" :loading="loading" :pagination="pagination" :row 阅读全文
摘要:
<a-upload :customRequest="customRequest" :multiple="true" :showUploadList="false" name="file" v-if="hasPerm('sysFileInfo:upload')" > <a-button> <a-ico 阅读全文
摘要:
# 1、 npm i --save lodash # 2、对应的页面引入 import _ from 'lodash' # 防抖:_.debounce 原理:原理是在事件被触发n秒后再执行回调,如果在这n秒内又被触发,则重新计时。也就是说事件来了,先setTimeout定个时,n秒后再去触发回调函数 阅读全文
摘要:
<template> <div> <a-card size="small" :title="titlename2" style="margin-top:20px;"> <a-form-model ref="ruleForm" :model="form" :rules="rules" :label-c 阅读全文