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

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>
</div>
</template>
<template v-if="column.key === 'versionName'">
<a @click="gotoDetail(scope.row)">{{ scope.row.versionName }}</a>
</template>
<template v-else-if="column.key === 'softwareName'">
<a @click="gotoDetail(scope.row)">{{ scope.row.softwareName }}</a>
</template>
<template v-else-if="column.key === 'softwareVersion'">
<a @click="gotoDetail(scope.row)">{{ scope.row.softwareVersion }}</a>
</template>
<template v-else-if="column.key === 'versionCode'">
<a @click="gotoDetail(scope.row)">{{ scope.row.versionCode }}</a>
</template>
<!-- <template v-if="column.key === 'versionName'">-->
<!-- <a @click="gotoDetail(scope.row)">{{ scope.row.versionName }}</a>-->
<!-- </template>-->
<!-- <template v-else-if="column.key === 'softwareName'">-->
<!-- <a @click="gotoDetail(scope.row)">{{ scope.row.softwareName }}</a>-->
<!-- </template>-->
<!-- <template v-else-if="column.key === 'softwareVersion'">-->
<!-- <a @click="gotoDetail(scope.row)">{{ scope.row.softwareVersion }}</a>-->
<!-- </template>-->
<!-- <template v-else-if="column.key === 'versionCode'">-->
<!-- <a @click="gotoDetail(scope.row)">{{ scope.row.versionCode }}</a>-->
<!-- </template>-->
<template v-else-if="column.key === 'smStatus'">
<a>{{ scope.row.smStatus }}</a>
</template>