+
-
数据更新时间:6.12 12:00:00
-
-
+
@@ -25,12 +41,21 @@
import SvgComponent from "@/components/SvgComponent.vue";
import SvgIcon from "@/components/svg-icon/SvgIcon.vue";
- import TDCharts from "@/components/ease-charts/TDCharts.vue";
import DigitalWatch from "@/components/watch/DigitalWatch.vue";
import PaymentTotal from "@/views/components/PaymentTotal.vue";
import TodayPayment from "@/views/components/TodayPayment.vue";
-
-
+ import GainTotal from "@/views/components/GainTotal.vue";
+ import GainToday from "@/views/components/GainToday.vue";
+ import LossStatic from "@/views/components/LossStatic.vue";
+ import OperatingTrends from "@/views/components/OperatingTrends.vue";
+ import AskSection from "@/views/components/AskSection.vue";
+ import StudentSource from "@/views/components/StudentSource.vue";
+ import OnLineStatus from "@/views/components/OnlineStatus.vue";
+ import OfflineStatus from "@/views/components/OfflineStatus.vue";
+ import SixStatistics from "@/views/components/SixStatistics.vue";
+ import ChargingRanking from "./components/ChargingRanking.vue";
+ import WinCustomer from "./components/WinCustomer.vue";
+
import { useDate } from "@/composables/useDate";
@@ -56,11 +81,7 @@
});
- // 示例数据
- const chartData = ref([
- { name: "线上", value: 335, itemStyle: { color: "#d62728" } },
- { name: "线下", value: 310, itemStyle: { color: "#ffcc5c" } },
- ]);
+
diff --git a/src/window-env.d.ts b/src/window-env.d.ts
index 4b8232d..64226fd 100644
--- a/src/window-env.d.ts
+++ b/src/window-env.d.ts
@@ -1,3 +1,5 @@
interface Window {
-
}
+
+declare module 'echarts-gl/charts';
+declare module 'echarts-gl/components';
diff --git a/uno.config.ts b/uno.config.ts
index 66941a6..8a0bbb7 100644
--- a/uno.config.ts
+++ b/uno.config.ts
@@ -1,5 +1,5 @@
import { defineConfig, presetIcons,presetUno } from "unocss";
-import presetWind from "@unocss/preset-wind";
+// import presetWind from "@unocss/preset-wind";
import { presetScrollbarHide } from 'unocss-preset-scrollbar-hide'
// import { presetPxToViewport } from "unocss-preset-px-to-vw-or-vh";
@@ -12,7 +12,7 @@ export default defineConfig({
// keyToVw: ["font-size"],
// }),
presetUno(),
- presetWind(),
+ // presetWind(),
presetScrollbarHide(),
presetIcons({
scale: 1,
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+