AI修复建议接口对接

This commit is contained in:
付民康
2025-03-26 20:09:09 +08:00
parent eb55e0171f
commit 94ec137e24
4 changed files with 189 additions and 15 deletions

View File

@@ -61,7 +61,7 @@
<template #body>
<div style="padding: 8px 20px 20px 20px; width: 100%">
<Table class="jyh-table" :tableConfig="tableConfig" :dataSource="rowItem.vulnerabilities" />
<Table class="jyh-table" :tableConfig="tableConfig" :dataSource="rowItem.vulnerabilities" :libraryName="rowItem.libraryName" :currentVersion="rowItem.currentVersion"/>
<div class="w-full flex items-center justify-end">
<span>{{ rowItem.vulnerabilities.length }}</span>
</div>