diff --git a/src/views/Jyh/Search/Components/BatchVerify.vue b/src/views/Jyh/Search/Components/BatchVerify.vue
index ecac187..4f396bb 100644
--- a/src/views/Jyh/Search/Components/BatchVerify.vue
+++ b/src/views/Jyh/Search/Components/BatchVerify.vue
@@ -69,18 +69,20 @@
未治理
-
-
-
-
-
-
-
-
-
-
-
-
+
+ {{ scope.row.versionName }}
+
+
+ {{ scope.row.softwareName }}
+ {{ scope.row.softwareName }}
+
+
+ {{ scope.row.softwareVersion }}
+ {{ scope.row.softwareVersion }}
+
+
+ {{ scope.row.versionCode }}
+
{{ scope.row.smStatus }}
@@ -404,7 +406,7 @@ const exportResult = () => {
const gotoDetail = (row) => {
// 后续请换成params,暂时params传参没传过去
router.push({
- path: 'repoDetail/' + row.id
+ path: 'repoDetail/' + row.softwareId
});
};
// 分页