0. 准备工作
component下新建文件夹Report下新建文件Report.vue,并在路由中引入文件。
下载echarts,网址如下:
https://echarts.apache.org/zh/index.html
导入echarts
import * as echarts from 'echarts'
import _ from 'lodash'
1.界面样式
1.1 页面布局
1.2 导航区视图
<el-breadcrumb separator-class="el-icon-arrow-right">
<el-breadcrumb-item :to="{ path: '/home' }">首页</el-breadcrumb-item>
<el-breadcrumb-item>数据统计