可信代码库-软件列表软件详情许可证信息展示修改、软件列表展示修改
This commit is contained in:
@@ -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([]);
|
||||
|
||||
Reference in New Issue
Block a user