可信代码库-软件列表软件详情许可证信息展示修改、软件列表展示修改

This commit is contained in:
付民康
2025-07-06 14:04:27 +08:00
parent 5c99b45376
commit 5b8b76ea23
4 changed files with 64 additions and 37 deletions

View File

@@ -75,19 +75,19 @@ const tableConfig = ref([
header: '许可证种类',
sortable: false,
sortMethod: null
},
{
field: 'effectedScanLibraryName',
header: '组件名称',
sortable: true,
sortMethod: null
},
{
field: 'effectedScanLibraryVersionNumber',
header: '组件版本',
sortable: true,
sortMethod: null
}
// {
// field: 'softwareName',
// header: '影响软件',
// sortable: true,
// sortMethod: null
// },
// {
// field: 'softwareVersion',
// header: '版本',
// sortable: true,
// sortMethod: null
// }
]);
const list = ref([]);