fix:白抛片-->改为 白片抛

This commit is contained in:
shijing 2024-08-15 13:57:36 +08:00
parent be1f643eef
commit 65f4502561
2 changed files with 4 additions and 4 deletions

View File

@ -1402,14 +1402,14 @@ const routes = [
component: "wpm_gx/qiepian", component: "wpm_gx/qiepian",
}, },
{ {
name: "baipaopian", name: "baipianpao",
path: "/wpm_gx/baipaopian", path: "/wpm_gx/baipianpao",
meta: { meta: {
title: "白片抛", title: "白片抛",
// icon: "el-icon-files", // icon: "el-icon-files",
perms: ["wpm_bpp"], perms: ["wpm_bpp"],
}, },
component: "wpm_gx/baipaopian", component: "wpm_gx/baipianpao",
}, },
{ {
name: "saobian", name: "saobian",

View File

@ -42,7 +42,7 @@ export default {
tableHieght: 200, tableHieght: 200,
options: ["日志", "交接记录", "库存"], options: ["日志", "交接记录", "库存"],
values: "日志", values: "日志",
mgroupName: "白片", mgroupName: "白",
mgroupId: "", mgroupId: "",
}; };
}, },