issue修改

This commit is contained in:
付民康
2025-03-27 18:28:14 +08:00
parent 968a273272
commit 926fb2c2b6
2 changed files with 16 additions and 11 deletions

View File

@@ -45,7 +45,12 @@
<div> <div>
<span class="weak-text">修复兼容性</span> <span class="weak-text">修复兼容性</span>
<span>{{ rowItem.vulnerabilities.length || '--' }}</span> <span>{{ rowItem.vulnerabilities.length || '--' }}</span>
<img src="@/assets/imgs/jyh/help.png" class="icon-sm" /> <d-tooltip
position="bottom"
content="这个评分是在比较当前版本和推荐版本之间的差异,并建议修复此组件时的复杂程度。"
>
<img src="@/assets/imgs/jyh/help.png" class="icon-sm" />
</d-tooltip>
<d-tag class="ml-1" type="warning" size="sm"></d-tag> <d-tag class="ml-1" type="warning" size="sm"></d-tag>
</div> </div>
<div> <div>

View File

@@ -10,11 +10,11 @@
</d-column> </d-column>
<!-- <d-column field="cweId" header="CVE ID"></d-column> --> <!-- <d-column field="cweId" header="CVE ID"></d-column> -->
<d-column field="cvssScore" header="CVSS 打分"></d-column> <d-column field="cvssScore" header="CVSS 打分"></d-column>
<d-column field="fixStatus" header="修补状态"> <!-- <d-column field="fixStatus" header="修补状态">-->
<template #default="scope"> <!-- <template #default="scope">-->
<a>{{ scope.row.version }}</a> <!-- <a>{{ scope.row.version }}</a>-->
</template> <!-- </template>-->
</d-column> <!-- </d-column>-->
<d-column field="severity" header="漏洞级别"> <d-column field="severity" header="漏洞级别">
<template #default="scope"> <template #default="scope">
<a>{{ scope.row.severity }}</a> <a>{{ scope.row.severity }}</a>
@@ -25,11 +25,11 @@
<a>{{ scope.row.fixVersion }}</a> <a>{{ scope.row.fixVersion }}</a>
</template> </template>
</d-column> </d-column>
<d-column field="publishDate" header="补丁修复时间" fixed-right="0px"> <!-- <d-column field="publishDate" header="补丁修复时间" fixed-right="0px">-->
<template #default="scope"> <!-- <template #default="scope">-->
{{ dayjs(scope.row.publishDate).format('YYYY-MM-DD') }} <!-- {{ dayjs(scope.row.publishDate).format('YYYY-MM-DD') }}-->
</template> <!-- </template>-->
</d-column> <!-- </d-column>-->
</d-table> </d-table>
<NoData v-else :small="false"></NoData> <NoData v-else :small="false"></NoData>