软件校验页面,批量导入后,点击软件名或版本有些无法点击,有些点击后跳转到空白页

This commit is contained in:
付民康
2025-03-20 17:48:12 +08:00
parent c851542fde
commit 2e46635146
2 changed files with 6 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
<!-- 自定义列内容 -->
<template #default="scope">
<template v-if="column.key === 'versionName'">
<a>{{ scope.row.versionName }}</a>
<a @click="gotoDetail(scope.row)">{{ scope.row.versionName }}</a>
</template>
<template v-else-if="column.key === 'version'">
<a @click="gotoDetail(scope.row)">{{ scope.row.version }}</a>