摘要: 1、命令: npm install jsbarcode --save 2、引入: <script src="https://www.jq22.com/jquery/vue.min.js"></script> <script src='js/JsBarcode.all.min.js'></script 阅读全文
posted @ 2020-09-24 15:55 静默如初_Aline 阅读(493) 评论(0) 推荐(0) 编辑
摘要: git checkout -b dev_kjf origin/dev_kjf 阅读全文
posted @ 2020-05-27 10:13 静默如初_Aline 阅读(659) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/beiz/p/5251537.html 阅读全文
posted @ 2020-04-02 16:31 静默如初_Aline 阅读(1066) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/aer2005/p/11585271.html 阅读全文
posted @ 2020-04-02 16:29 静默如初_Aline 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 想做一个漂亮的图表,用上了背景图片,做的很唯美(自认为); 但是无论怎么弄都不行,x轴和下面的背景线和y轴的线左侧的背景线不吻合,很是懊恼; 后来看了网友的文章,用了面的属性,轻松搞定 myChart.setOption({ title:{ text:"价格指数" }, grid:{ x:0, y: 阅读全文
posted @ 2020-04-02 16:26 静默如初_Aline 阅读(8259) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/qq_24182885/java/article/details/81479457 阅读全文
posted @ 2020-04-02 16:11 静默如初_Aline 阅读(1079) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://juejin.im/post/5cc17b88f265da03705fbbbe 阅读全文
posted @ 2020-04-02 16:05 静默如初_Aline 阅读(1304) 评论(0) 推荐(0) 编辑
摘要: 摘自https://www.cnblogs.com/fengpingfan/p/9811330.html 阅读全文
posted @ 2020-02-05 14:13 静默如初_Aline 阅读(6341) 评论(0) 推荐(0) 编辑
摘要: series: [ { name:'计划数', type:'bar', data:this.plan_num, itemStyle: { normal: {//写上normal属性,否则不起作用; barBorderRadius: 30,//圆角 color: new echarts.graphic 阅读全文
posted @ 2020-01-14 16:22 静默如初_Aline 阅读(5822) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="srm-page srm-form"> <el-row :gutter="24"> <el-form ref="form" :model="rtBuzPriProject" label-width="100px" size="mini"> <el-col 阅读全文
posted @ 2020-01-05 11:34 静默如初_Aline 阅读(2018) 评论(0) 推荐(0) 编辑