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; }