diff --git a/src/router/plan.js b/src/router/plan.js
index 2aaff75..18afeb8 100644
--- a/src/router/plan.js
+++ b/src/router/plan.js
@@ -54,6 +54,12 @@ const plant = {
title: "错误查看",
component: () => import("@/views/plan/workbench/lookError"),
},
+ {
+ icon: "el-icon-document",
+ path: "/plan/workbench/predictVersion",
+ title: "预测版本",
+ component: () => import("@/views/plan/workbench/predictVersion"),
+ },
]
},
],
diff --git a/src/views/plan/workbench/predictVersion/index.vue b/src/views/plan/workbench/predictVersion/index.vue
new file mode 100644
index 0000000..8b5fcc3
--- /dev/null
+++ b/src/views/plan/workbench/predictVersion/index.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+ saveRowWidth(column, newWidth)"
+ :height="tableHeight">
+
+
+ {{ scope.row[item] }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file