01 2023 档案
摘要:<ele-chart ref="visitChart3" style="height: 80px" :option="totalparts" /> computed: { // 柱状图 totalparts() { return { tooltip: { trigger: 'axis', axisP
阅读全文
摘要:转自于:http://t.zoukankan.com/whiteprism-p-6548935.html crontab的几种常见用法:1、编辑一个文本文件,写上任务列表,然后运行crontab 文件名2、crontab -e,就可直接在vi界面中编辑任务列表3、crontab -l,查看本用户任务
阅读全文
摘要:option = { title: { text: '', textStyle: { color: '#17F0E3', }, }, tooltip: { trigger: 'item', formatter:function (params){ return`${params.name}${par
阅读全文
摘要:转自于:https://www.jianshu.com/p/68c83206ecfa 饼状图大小 radius: '45%', center: ['50%', '35%'], 图例的位置 legend: { orient: 'vertical', /* x: 'left', y: 'top', */
阅读全文
摘要:vue element 日期范围选择器限制:只能选今天之前的时间 || 只能选今天之后的时间 || 选取今天往后三天内 转自于:https://www.cnblogs.com/wwyxjjz/p/16922199.html 举例:只能选今天或者今天之后的时间(如下图) <el-date-picker
阅读全文