From 915a4553549d85e531dec7972f4b2b21d909a9a6 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 04 Dec 2025 10:12:44 +0800
Subject: [PATCH] feat: jod改为job

---
 src/views/job/components/DeviceJobDetails.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/job/components/DeviceJobDetails.vue b/src/views/job/components/DeviceJobDetails.vue
index 8ac0999..024f978 100644
--- a/src/views/job/components/DeviceJobDetails.vue
+++ b/src/views/job/components/DeviceJobDetails.vue
@@ -235,9 +235,9 @@
 // 任务成果
 const total = ref(0)
 const achievementList = ref([])
-const props = defineProps(['wayLineJodInfoId', 'waylineJobId', 'batchNo','jobId'])
-const wayLineJodInfoId = computed(() => props.wayLineJodInfoId)
-provide('wayLineJodInfoId', wayLineJodInfoId)
+const props = defineProps(['wayLineJobInfoId', 'waylineJobId', 'batchNo','jobId'])
+const wayLineJobInfoId = computed(() => props.wayLineJobInfoId)
+provide('wayLineJobInfoId', wayLineJobInfoId)
 // 可见数量
 const visibleCount = computed(() =>
   showAll.value ? achievementList.value.length : Math.min(5, achievementList.value.length)
@@ -275,7 +275,7 @@
 const jobTimes = ref([])
 const getDetails = () => {
   const params = {
-    wayLineJobInfoId: props.wayLineJodInfoId,
+    wayLineJobInfoId: props.wayLineJobInfoId,
     waylineJobId: props.waylineJobId,
     batchNo: props.batchNo
   }

--
Gitblit v1.9.3