const start = new Date(); const end = new Date(); end.setTime(end.getTime() + 3600 *...
const start = new Date(); const end = new Date(); end.setTime(end.getTime() + 3600 *...
export function deepClone(data) { if (typeof data !== 'object' || typeof data == 'fun...
//可以采用计算属性实现响应式 provide('listData', computed(() => { return state.listData})) //可以toRe...
{ root: true, // 当前配置为根配置,将不再从上级文件夹查找配置 parserOptions: { parser: 'babel-eslint', // 采用...
查看已有tag git tag 本地打tag git tag <name> 远程推送 tag git push origin <name>
// 数组去重 arr:数组;key:根据数组中为key的键名去重 filterArr(arr, key) { const hash = {}; return...
uuid(){ vars=[] varhexDigits='0123456789abcdef' for(vari=0;i<36;i++){ s[i]=hexDigits.su...
toolbox: { show : true, feature : { dataView : {show: true}, restore : ...
lethref=‘’; window.open(href,'_blank','toolbar=yes,width=900,height=700')
data里面定义codeSrc:'', methods:{ getImg(){ this.$axios.get('接口地址',{responseType:'arraybuf...
//回显 edit(record){ this.$nextTick(function(){ //或者下载个lodash.pick 插件 //this.form...
columns:[ { filterMultiple:false, title:'编号', width:60, align:"center", customRender:(t...
之前做一个项目,甲方让重构下他们一个培训的网站,涉及到这个功能。因为涉及到兼容,所以用jq做。 以下步骤: 1. 甲方给word,用办公软件转成html, 2. 把html放...