diff --git a/src/router/plan.js b/src/router/plan.js index 67204c9..6571d52 100644 --- a/src/router/plan.js +++ b/src/router/plan.js @@ -92,6 +92,12 @@ const plant = { title: "正式订单(历史)", component: () => import("@/views/plan/workbench/formalhistoryOrder"), }, + { + icon: "el-icon-document", + path: "/plan/workbench/lookError", + title: "错误查看", + component: () => import("@/views/plan/workbench/lookError"), + }, ] }, ], diff --git a/src/views/plan/workbench/lookError/index.vue b/src/views/plan/workbench/lookError/index.vue new file mode 100644 index 0000000..1fb6710 --- /dev/null +++ b/src/views/plan/workbench/lookError/index.vue @@ -0,0 +1,111 @@ + + + \ No newline at end of file