From cac5a510a78fb63e2acf1b3fce095bfa19ca6d5f Mon Sep 17 00:00:00 2001 From: wangxinyao Date: Fri, 4 Mar 2022 10:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=94=99=E8=AF=AF=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=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 + src/views/plan/workbench/lookError/index.vue | 111 +++++++++++++++++++ 2 files changed, 117 insertions(+) create mode 100644 src/views/plan/workbench/lookError/index.vue 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