上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: <template> <div class="calendar-main"> <div class="choose_year"> <div class="icon" @click="chooseYears(-1)"><i class="el-icon-d-arrow-left"></i></div> 阅读全文
posted @ 2019-07-25 14:04 黎明之光123 阅读(2824) 评论(1) 推荐(1)
摘要: /** * @return {boolean} */ export const IdentityCodeValid = function IdentityCodeValid(rule, code, callback) { let city = { 11: "北京", 12: "天津", 13: "河北", 14: "山西... 阅读全文
posted @ 2019-07-25 14:02 黎明之光123 阅读(252) 评论(0) 推荐(0)
摘要: import html2Canvas from 'html2canvas' import JsPDF from 'jspdf' export default{ install (Vue, options) { Vue.prototype.$getPdf = function (dom) { // var title = this.htmlTitle;... 阅读全文
posted @ 2019-07-23 15:38 黎明之光123 阅读(766) 评论(0) 推荐(0)
摘要: var buffer = new ArrayBuffer(8);// buffer 是接收到后台的流 function _arrayBufferToBase64( buffer ) { var binary = ''; var bytes = new Uint8Array( buffer ); var len = bytes.byteLength; for (va... 阅读全文
posted @ 2019-07-17 11:38 黎明之光123 阅读(2351) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/simba-lkj/p/7666919.html 阅读全文
posted @ 2019-07-01 16:16 黎明之光123 阅读(152) 评论(0) 推荐(0)
摘要: 不管遇到什么事,都要控制好自己的情绪,要冷静,处乱不惊,还要有耐心,最重要的就是心胸要宽广,要能够听得进不同的意见。(要学会倾听别人的话,等别人说完再发表见解,这也是对人的尊重。) 在工作上,不仅仅是技术能力,还要有为人处事,说话做事,管理能力,分析问题,探究问题的能力,性格也要开朗,为人要随和,乐 阅读全文
posted @ 2019-06-07 00:24 黎明之光123 阅读(185) 评论(0) 推荐(0)
摘要: // 修改树形图样式,如果不含有下箭头的块,要变成行内样式 treeChildInline(){ let hasCaretRight = $("#permission_panel").find(".is-leaf"); $.each(hasCaretRight,(index:number,item:any)=>{ ... 阅读全文
posted @ 2019-05-15 13:37 黎明之光123 阅读(1535) 评论(0) 推荐(0)
摘要: // html 功能权限 //js 只展示返回数据到渲染的半选数据的父节点的剔除async find_function_permission_by_roleId(){ this.isLoading = true; try { const res = await this.$http.get("scPermission... 阅读全文
posted @ 2019-05-15 13:30 黎明之光123 阅读(1279) 评论(0) 推荐(0)
摘要: if(document.all){ document.onselectstart= function(){return false;}; //for ie }else{ document.onmousedown= function(){return false;}; document.onmouseup= function(){retu... 阅读全文
posted @ 2018-12-30 20:20 黎明之光123 阅读(253) 评论(0) 推荐(1)
摘要: ************better-scroll是基于父元素固定高度,溢出才滚动的,所以父元素务必定高,否则无法滚动**********************************************第一步引入——————参考https://ustbhuangyi.github.io/better-scroll/#/examples/en_____https://ustbhuangyi... 阅读全文
posted @ 2018-11-23 18:05 黎明之光123 阅读(760) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 8 下一页