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