|
@@ -472,7 +472,7 @@ import RadarChart from "../../components/chart/radar/radar-chart.vue";
|
|
import panel from "../../components/coms/panel/panel.vue";
|
|
import panel from "../../components/coms/panel/panel.vue";
|
|
import Table from "../../components/coms/table/table.vue";
|
|
import Table from "../../components/coms/table/table.vue";
|
|
export default {
|
|
export default {
|
|
- components: { panel, AreaBarChart, MultipleBarLineChart, Table, MarkerLineChart, DirectionRadarChart, DualPieChart, RadarChart },
|
|
|
|
|
|
+ components: { panel, AreaLineChart, MultipleBarLineChart, Table, MarkerLineChart, DirectionRadarChart, DualPieChart, RadarChart },
|
|
setup() {},
|
|
setup() {},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|