|
@@ -148,7 +148,7 @@
|
|
|
<span>{{ contractInfo?.name }}</span>
|
|
|
</template>
|
|
|
<template #detectionResult="{row}">
|
|
|
- <span>{{ row?.reportNo.length>0?row.detectionResultName:'' }}</span>
|
|
|
+ <span>{{ row?.reportNo&&row?.reportNo.length>0?row.detectionResultName:'' }}</span>
|
|
|
</template>
|
|
|
<template #action="{row}">
|
|
|
<HcTooltip keys="tentative_detect_test_annex">
|