| | |
| | | </div> |
| | | <div class="itemBoxRight"> |
| | | <div class="itemTitle">关联算法:</div> |
| | | <div class="itemValue">{{ flystatus ? flystatus :'' }}</div> |
| | | <div class="itemValue">{{ flystatus ? flystatus : '' }}</div> |
| | | </div> |
| | | </div> |
| | | <JobRelatedEvents v-if="props.wayLineJodInfoId" /> |
| | |
| | | const achievementList = ref([]) |
| | | |
| | | const props = defineProps(['wayLineJodInfoId']) |
| | | const wayLineJodInfoId = computed(()=> props.wayLineJodInfoId) |
| | | provide('wayLineJodInfoId',wayLineJodInfoId) |
| | | |
| | | const wayLineJodInfoId = computed(() => props.wayLineJodInfoId) |
| | | provide('wayLineJodInfoId', wayLineJodInfoId) |
| | | |
| | | const getAchievement = () => { |
| | | getJobInfoFiles({ jobInfoId: wayLineJodInfoId.value }).then(res => { |
| | |
| | | margin-bottom: 24px; |
| | | } |
| | | } |
| | | .itemBoxLeft > :last-child:nth-child(odd) { |
| | | grid-column: 1 / -1; |
| | | } |
| | | .itemTitle { |
| | | color: #fff; |
| | | } |