上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页
摘要: dataZoom:[{ type:'silder', xAxisIndex: 0 , startValue;0, endValue:4,//只显示五个数据 show: true, zoomLock: true, handlesize:0, height:10, bottom:50, filterMo 阅读全文
posted @ 2018-10-13 13:59 不服憋着 阅读(3022) 评论(0) 推荐(0)
摘要: <template> <div class="echarts"> <IEcharts :option="pie" @ready="onReady" @click="onClick"></IEcharts> <button @click="test">go</button> </div> </temp 阅读全文
posted @ 2018-10-13 13:50 不服憋着 阅读(1569) 评论(0) 推荐(0)
摘要: async 方法名() { const data = await axios.post('url',{参数}) } async+await ==> 表示 请求结束后在往下执行 阅读全文
posted @ 2018-10-13 13:08 不服憋着 阅读(199) 评论(0) 推荐(0)
摘要: 父组件 :<child :pbi.sync = '' 参数内容 ''></child> 子组件:props获取 更新父组件中对应的 参数 : this.$emit('update : pbi' ,需更新的内容) obj ={ name:'11', age:'233' } v-bind:sync =  阅读全文
posted @ 2018-10-13 12:56 不服憋着 阅读(338) 评论(0) 推荐(0)
摘要: //创建内存中的表单对象 var form = new FormData(); //向其中添加要传输的数据 form.append("参数名", 参数值); axios.post(downloadUrl, form , { responseType: 'blob' }).then(res => { 阅读全文
posted @ 2018-09-17 21:32 不服憋着 阅读(684) 评论(0) 推荐(0)
摘要: <template> <div class="echarts"> <IEcharts :option="pie" @ready="onReady" @click="onClick"></IEcharts> </div> </template> <script> import IEcharts fro 阅读全文
posted @ 2018-08-29 22:26 不服憋着 阅读(526) 评论(0) 推荐(0)
摘要: $(function(){ let demo = [ {value:310, name:'邮件营销'}, {value:335, name:'直接访问'}, {value:234, name:'联盟广告'}, {value:135, name:'视频广告'}, {value:1548, name:' 阅读全文
posted @ 2018-08-25 22:42 不服憋着 阅读(1351) 评论(0) 推荐(0)
摘要: const compute = { // 加法运算 accAdd(arg1, arg2) { let r1; let r2; let m; let c; try { r1 = arg1.toString().split('.')[1].length; } catch (e) { r1 = 0; } 阅读全文
posted @ 2023-07-13 19:38 不服憋着 阅读(134) 评论(0) 推荐(0)
摘要: <template> <div class="contentArea"> <div class="fileContainer" ref="fileDiv" v-if="$route.query.fileName.indexOf('docx') !== -1"></div> <div class="f 阅读全文
posted @ 2023-04-11 10:42 不服憋着 阅读(489) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_46801282/article/details/123386264 // base64数据 this.imgSrc = 'data:image/jpg;base64,' + res.payload.imageStr; 解决方案一:后端把图片 阅读全文
posted @ 2023-03-22 17:26 不服憋着 阅读(669) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页