摘要: alert:function(content,title="温馨提示",bottontext){ this.$alert(content,title,{ customClass:"conAlert", confirmButtomText:bottontext, confirmButtonClass: 阅读全文
posted @ 2020-07-30 14:10 一只小菜鸟呀! 阅读(167) 评论(0) 推荐(0) 编辑
摘要: //加载动画开始 loadingStart(){ this.loadingObj = this..$loading({ lock:true, text:"数据请求中....", spinner:“el-icon-loading”, nackground:'rbga(0,0,0,0.3' }) } / 阅读全文
posted @ 2020-07-30 14:06 一只小菜鸟呀! 阅读(188) 评论(0) 推荐(0) 编辑
摘要: getDate(startDate){ let newDate=new Date(startDate).getTime() - 1000*60*60*24 let date = new Date(newDate); let y= date.getFullYear() let m=(data.getM 阅读全文
posted @ 2020-07-30 13:53 一只小菜鸟呀! 阅读(2249) 评论(0) 推荐(0) 编辑