-
-
里程管理
-
开发中...
+
+
+ {/* Sub-navigation */}
+
+
+
+
+
+
+ {activeSubTab === 'monitoring' ? (
+
+ ) : activeSubTab === 'statistics' ? (
+
+ ) : (
+
+ )}
);
diff --git a/src/modules/mileage/MonitoringView.tsx b/src/modules/mileage/MonitoringView.tsx
new file mode 100644
index 0000000..2fcc305
--- /dev/null
+++ b/src/modules/mileage/MonitoringView.tsx
@@ -0,0 +1,3 @@
+export default function MonitoringView() {
+ return
MonitoringView placeholder
;
+}
diff --git a/src/modules/mileage/StatisticsView.tsx b/src/modules/mileage/StatisticsView.tsx
new file mode 100644
index 0000000..1a1c178
--- /dev/null
+++ b/src/modules/mileage/StatisticsView.tsx
@@ -0,0 +1,3 @@
+export default function StatisticsView() {
+ return
StatisticsView placeholder
;
+}