From 72f45b5b25bbc17d90a86d7d60552ac7030f7b2c Mon Sep 17 00:00:00 2001 From: wangxinyao Date: Mon, 11 Jul 2022 16:47:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E6=B5=8B=E5=81=8F=E5=B7=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/plan.js | 6 + .../workbench/predictionDeviation/index.vue | 347 ++++++++++++++++++ 2 files changed, 353 insertions(+) create mode 100644 src/views/plan/workbench/predictionDeviation/index.vue diff --git a/src/router/plan.js b/src/router/plan.js index 18afeb8..50e9675 100644 --- a/src/router/plan.js +++ b/src/router/plan.js @@ -60,6 +60,12 @@ const plant = { title: "预测版本", component: () => import("@/views/plan/workbench/predictVersion"), }, + { + icon: "el-icon-document", + path: "/plan/workbench/predictionDeviation", + title: "预测偏差", + component: () => import("@/views/plan/workbench/predictionDeviation"), + }, ] }, ], diff --git a/src/views/plan/workbench/predictionDeviation/index.vue b/src/views/plan/workbench/predictionDeviation/index.vue new file mode 100644 index 0000000..a926045 --- /dev/null +++ b/src/views/plan/workbench/predictionDeviation/index.vue @@ -0,0 +1,347 @@ + + + \ No newline at end of file