可信代码库-智能匹配列表申请入库功能点击弹框提示

This commit is contained in:
付民康
2025-06-26 11:14:26 +08:00
parent 4242bd8cfe
commit efc1f38d61
4 changed files with 44 additions and 9 deletions

View File

@@ -163,7 +163,6 @@ const pager = ref({
const columns = ref([
{ key: 'softwareName', label: '软件名称', visible: true, filterable: true, sortable: false },
{ key: 'softwareVersion', label: '软件版本', visible: true, filterable: true, sortable: false },
{ key: 'trustScore', label: '软件可信评分', visible: true, filterable: false, sortable: true },
{ key: 'securityScore', label: '软件重要性评分', visible: true, filterable: false, sortable: true },
{ key: 'licenseNum', label: 'License数量', visible: true, filterable: false, sortable: false,width: 140 },
{ key: 'industryCategory', label: '行业类型', visible: true, filterable: true, sortable: false },