Loading

摘要: ##方式一 let params = { 'token': Cookies.get('token') } window.location.href = `${window.SITE_CONFIG['baseURL']}/bridge/bridgeevaluatesubtaskbridge/expor 阅读全文
posted @ 2022-01-27 11:19 资深if-else侠 阅读(284) 评论(0) 推荐(0)
摘要: <el-input v-model="dataForm.startEntryStation" oninput="value=value.replace(/^\.+|[^\d.]/g,'')" placeholder="起点入口桩号" clearable></el-input> 阅读全文
posted @ 2022-01-25 11:11 资深if-else侠 阅读(71) 评论(0) 推荐(0)
摘要: 没有数据时fixed的区域无法触发滚动条 /解决固定列遮盖底部滚定条导致滚动条无法滚动的问题/ .el-table >>> .el-table__body-wrapper { z-index: 2; } 阅读全文
posted @ 2022-01-24 10:41 资深if-else侠 阅读(355) 评论(0) 推荐(0)
摘要: 插槽 <bgdiv> <span class="divbgheader" slot="header">材料成本核算</span> <bar class="clcbhsChart" id="clcbhsChart" ref="clcbhsChart" barheight="100%" :color=" 阅读全文
posted @ 2021-12-27 16:18 资深if-else侠 阅读(60) 评论(0) 推荐(0)
摘要: 地图JSON数据:https://datav.aliyun.com/portal/school/atlas/area_selector#&lat=22.65267050733856&lng=114.18983459472656&zoom=10 echarts 山东地图 data () { retur 阅读全文
posted @ 2021-12-27 15:56 资深if-else侠 阅读(1350) 评论(0) 推荐(0)
摘要: itemStyle: { normal: { color: new this.$echarts.graphic.LinearGradient(1, 0, 0, 0, [{ offset: 0, color:'#1794e4' },{ offset: 0.6, color: '#1794e42d' } 阅读全文
posted @ 2021-12-27 15:55 资深if-else侠 阅读(89) 评论(0) 推荐(0)
摘要: vuex模块化使用 store结构 store index.js modules d2admin index.js modules log.js zoomGlobal.js index.js import Vue from 'vue' import Vuex from 'vuex' import d 阅读全文
posted @ 2021-12-27 15:54 资深if-else侠 阅读(126) 评论(0) 推荐(0)
摘要: 电梯导航 效果图: 点击导航可以跳转到对应楼层,鼠标滚轮联动 <template> <div class="outBox"> <div class="container" @scroll="handleScroll" ref="viewBox"> <div class="zhjd-container 阅读全文
posted @ 2021-12-27 15:53 资深if-else侠 阅读(90) 评论(0) 推荐(0)
摘要: myChart.on('legendselectchanged',(obj) => { if(obj.name == 'Rainfall') { if(obj.selected.Rainfall == false) { myChart.dispatchAction({ type:'legendSel 阅读全文
posted @ 2021-11-24 09:51 资深if-else侠 阅读(2417) 评论(0) 推荐(0)
摘要: echarts自定义系列 首先上效果图,最近接触了没做过的echarts自定义,记录一下解决方案 tooltip提示重叠的所有数据 在tooltip里设置trigger为axios、axiosPointer设置type为cross之后再label的formatter里面触发会打印两个params、一 阅读全文
posted @ 2021-11-19 14:36 资深if-else侠 阅读(576) 评论(0) 推荐(0)