可信代码库-智能匹配列表不能点击跳转到详情页

This commit is contained in:
付民康
2025-04-21 17:52:46 +08:00
parent 096cf3b8c6
commit bdedb15589

View File

@@ -69,18 +69,18 @@
<span>未治理</span> <span>未治理</span>
</div> </div>
</template> </template>
<template v-if="column.key === 'versionName'"> <!-- <template v-if="column.key === 'versionName'">-->
<a @click="gotoDetail(scope.row)">{{ scope.row.versionName }}</a> <!-- <a @click="gotoDetail(scope.row)">{{ scope.row.versionName }}</a>-->
</template> <!-- </template>-->
<template v-else-if="column.key === 'softwareName'"> <!-- <template v-else-if="column.key === 'softwareName'">-->
<a @click="gotoDetail(scope.row)">{{ scope.row.softwareName }}</a> <!-- <a @click="gotoDetail(scope.row)">{{ scope.row.softwareName }}</a>-->
</template> <!-- </template>-->
<template v-else-if="column.key === 'softwareVersion'"> <!-- <template v-else-if="column.key === 'softwareVersion'">-->
<a @click="gotoDetail(scope.row)">{{ scope.row.softwareVersion }}</a> <!-- <a @click="gotoDetail(scope.row)">{{ scope.row.softwareVersion }}</a>-->
</template> <!-- </template>-->
<template v-else-if="column.key === 'versionCode'"> <!-- <template v-else-if="column.key === 'versionCode'">-->
<a @click="gotoDetail(scope.row)">{{ scope.row.versionCode }}</a> <!-- <a @click="gotoDetail(scope.row)">{{ scope.row.versionCode }}</a>-->
</template> <!-- </template>-->
<template v-else-if="column.key === 'smStatus'"> <template v-else-if="column.key === 'smStatus'">
<a>{{ scope.row.smStatus }}</a> <a>{{ scope.row.smStatus }}</a>
</template> </template>