dandanyajin
今天更新博客了吗?
摘要: <el-dialog v-if="open" :title="title" :modal-append-to-body='false' :visible.sync="open" width="1281px" v-dialogDrag > <span slot="title" style="color 阅读全文
posted @ 2022-05-08 16:57 dandanyajin 阅读(1485) 评论(0) 推荐(0) 编辑
摘要: <a href='/leakageMonitoring/clustering?clusterList=${JSON.stringify(_row)}&crudList=${JSON.stringify(this.$refs.crud.query)}' target='_blank'> <el-but 阅读全文
posted @ 2022-05-08 16:53 dandanyajin 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 实现功能:列表自动滚动,鼠标进入停止滚动,鼠标滚轮可滑动查看 注:vite不能使用datav <div @mousewheel.prevent="wheel" @mouseover="mouseOver" @mouseleave="mouseLeave"> <ul class="infinite_l 阅读全文
posted @ 2022-05-08 16:10 dandanyajin 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 今日 本月 本季度 本年 export function cycleTimeLinkage(type){ let date = new Date(); date.setDate(1); let month = parseInt(date.getMonth() + 1); //当前月 let day 阅读全文
posted @ 2022-05-08 15:55 dandanyajin 阅读(246) 评论(0) 推荐(0) 编辑
摘要: export function GetQueryString(name){ let reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)"); let r = window.location.search.substr(1).match(reg); if(r! 阅读全文
posted @ 2022-05-08 15:40 dandanyajin 阅读(2) 评论(0) 推荐(0) 编辑