|
@@ -815,7 +815,6 @@ import PowerPlan from "./components/power-plan.vue";
|
|
|
import Map from "./components/map.vue";
|
|
|
import ListBarChart2 from "../../components/chart/bar/list-bar-chart2.vue";
|
|
|
import DoubleLineChart from "@com/chart/line/double-line-chart.vue";
|
|
|
-import ComTable from "@com/coms/table/table.vue";
|
|
|
|
|
|
import Table from "./dialog/table.vue";
|
|
|
|
|
@@ -839,7 +838,6 @@ export default {
|
|
|
ListBarChart2,
|
|
|
Table,
|
|
|
DoubleLineChart,
|
|
|
- ComTable,
|
|
|
},
|
|
|
data() {
|
|
|
return {
|