From 65f450256199bcfc14832a3252ba7257bd0fad69 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 15 Aug 2024 13:57:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=99=BD=E6=8A=9B=E7=89=87-->=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20=20=E7=99=BD=E7=89=87=E6=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 6 +++--- src/views/wpm_gx/{baipaopian.vue => baipianpao.vue} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename src/views/wpm_gx/{baipaopian.vue => baipianpao.vue} (97%) diff --git a/src/config/route.js b/src/config/route.js index 5c1489eb..d00e0bdb 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1402,14 +1402,14 @@ const routes = [ component: "wpm_gx/qiepian", }, { - name: "baipaopian", - path: "/wpm_gx/baipaopian", + name: "baipianpao", + path: "/wpm_gx/baipianpao", meta: { title: "白片抛", // icon: "el-icon-files", perms: ["wpm_bpp"], }, - component: "wpm_gx/baipaopian", + component: "wpm_gx/baipianpao", }, { name: "saobian", diff --git a/src/views/wpm_gx/baipaopian.vue b/src/views/wpm_gx/baipianpao.vue similarity index 97% rename from src/views/wpm_gx/baipaopian.vue rename to src/views/wpm_gx/baipianpao.vue index 53177c7c..310eb320 100644 --- a/src/views/wpm_gx/baipaopian.vue +++ b/src/views/wpm_gx/baipianpao.vue @@ -42,7 +42,7 @@ export default { tableHieght: 200, options: ["日志", "交接记录", "库存"], values: "日志", - mgroupName: "白抛片", + mgroupName: "白片抛", mgroupId: "", }; },