Skip to content

Commit c548ff7

Browse files
author
奇淼(piexlmax
authored
Merge pull request #275 from HXSecurity/sca-feature
status ==> status__name
2 parents aec4f7a + 0433e46 commit c548ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/vuln/components/vulnCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
style="color: #e5f3f3"
136136
></i>
137137
<span style="background: #e5f3f3; color: #3c9aa2">
138-
{{ item.status }}
138+
{{ item.status__name }}
139139
</span>
140140
</div>
141141
</div>

0 commit comments

Comments
 (0)