| | |
| | | </div> |
| | | <!-- 新增对话框--> |
| | | <el-dialog |
| | | title="新增数据统计分析" |
| | | :visible.sync="addVisible" |
| | | append-to-body |
| | | title="新增数据统计分析" |
| | | > |
| | | </el-dialog> |
| | | <!-- echarts组件--> |
| | | <div> |
| | | <lineChart></lineChart> |
| | | <pieChart></pieChart> |
| | | <ColumnarChart></ColumnarChart> |
| | | </div> |
| | | </div> |
| | | |
| | | </template> |
| | | |
| | | <script> |
| | | import lineChart from "../../components/StatisticsComponent/lineChart" |
| | | import pieChart from "../../components/StatisticsComponent/pieChart" |
| | | import ColumnarChart from "../../components/StatisticsComponent/ColumnarChart" |
| | | |
| | | export default { |
| | | components: { |
| | | lineChart |
| | | lineChart, |
| | | pieChart, |
| | | ColumnarChart |
| | | }, |
| | | name: "statisticPage", |
| | | data() { |