|
|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<div class="resi-container"> |
|
|
|
<el-card class="" style="margin-top:20px"> |
|
|
|
<el-card class="" style="margin-top: 20px;"> |
|
|
|
<el-table |
|
|
|
:data="tableData" |
|
|
|
border |
|
|
|
@ -29,10 +29,14 @@ |
|
|
|
target="_blank" |
|
|
|
:href="scope.row.resultDescFile" |
|
|
|
style="color: #0056d6; cursor: pointer" |
|
|
|
v-if="scope.row.resultDescFile" |
|
|
|
>下载结果说明</a |
|
|
|
> |
|
|
|
<span |
|
|
|
|
|
|
|
v-else-if=" |
|
|
|
scope.row.processStatus == 'finished_fail' && |
|
|
|
!scope.row.resultDescFile |
|
|
|
" |
|
|
|
>未知错误</span |
|
|
|
> |
|
|
|
</template> |
|
|
|
|