From 73e3c4d4aa47b0f2898080d5bd2770003c1a41da Mon Sep 17 00:00:00 2001 From: wangxinyao Date: Tue, 21 Jun 2022 14:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A2=84=E6=B5=8B=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/plan.js | 6 + .../plan/workbench/predictVersion/index.vue | 113 ++++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100644 src/views/plan/workbench/predictVersion/index.vue 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 @@ + + + \ No newline at end of file