forked from drone/command-center-dashboard

chenyao
2025-04-21 2a45e8331f65e4fc6dee2fba898bfbeaa01b0f5c
src/components/DeviceJobDetails/DeviceJobDetails.vue
@@ -106,7 +106,6 @@
const wayLineJodInfoId = computed(()=> props.wayLineJodInfoId)
provide('wayLineJodInfoId',wayLineJodInfoId)
const getAchievement = () => {
   getJobInfoFiles({ jobInfoId: wayLineJodInfoId.value }).then(res => {
      for (let i = 0; i < res.data.data.length; i++) {
@@ -229,6 +228,9 @@
               margin-bottom: 24px;
            }
         }
         .itemBoxLeft > :last-child:nth-child(odd) {
            grid-column: 1 / -1;
         }
         .itemTitle {
            color: #fff;
         }