可信代码库-软件详情增加恶意代码信息
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user