可信代码库-软件详情增加恶意代码信息

This commit is contained in:
付民康
2025-04-16 14:57:11 +08:00
parent 82f47b1f7f
commit 08688bdaa7
7 changed files with 888 additions and 12 deletions

View File

@@ -110,12 +110,12 @@
</template>
<template v-else-if="column.key === 'securityScore'">
<a @click="gotoDetail(scope.row)" style="
font-weight: bold;
color: #409EFF;
font-size: 16px;
text-decoration: underline;
cursor: pointer;
">{{ scope.row.securityScore }}</a>
font-weight: bold;
color: #409EFF;
font-size: 16px;
text-decoration: underline;
cursor: pointer;
">{{ scope.row.securityScore }}</a>
</template>
<template v-else-if="column.key === 'releaseDate'">
<span>{{ formatTime(scope.row.releaseDate, 'YYYY-MM-DD') }}</span>