diff --git a/src/views/History.vue b/src/views/History.vue
index 7803234..edcdb3a 100644
--- a/src/views/History.vue
+++ b/src/views/History.vue
@@ -10,7 +10,8 @@
- {{scope.row.routeType == 1 ? '横向' : '竖向'}}
+
+
@@ -34,6 +35,8 @@
import { useSettingStore } from '@/stores/setting'
import type { CraftItem } from "@/services/matrix/type";
import { ElMessage, ElMessageBox } from "element-plus";
+ import route_v from "@/assets/route_vertical.png";
+ import route_h from "@/assets/route_horizontal.png";
let total = ref()
const loading = ref(false)
const settingStore = useSettingStore()
diff --git a/src/views/matrixCraft/index.vue b/src/views/matrixCraft/index.vue
index a8e7a9c..5c89591 100644
--- a/src/views/matrixCraft/index.vue
+++ b/src/views/matrixCraft/index.vue
@@ -35,7 +35,7 @@
-
+
@@ -91,6 +91,7 @@
import type { WorkType } from "@/services/globalCmd/cmdTypes";
import { ElMessage, ElMessageBox } from "element-plus";
import route_h from "@/assets/route_horizontal.png";
+ import route_v from "@/assets/route_vertical.png";
let total = ref()
const settingStore = useSettingStore()
let sprayVisible = ref(false)