fix: 内置报告列表,实体详情关系图判断条件调整

This commit is contained in:
@changcode
2022-06-09 11:15:39 +08:00
parent 1481feed68
commit d171046cc6
2 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
</template>
</span>
<span v-else-if="item.prop === 'type'">
{{scope.row.reportTemp.name}}
{{$_.get(scope.row.reportTemp, 'name')}}
</span>
<span v-else-if="item.prop === 'state'">
{{getJobStatus(scope.row)}}