fix:光子检验管理->成品检验隐藏不显示

This commit is contained in:
shijing 2025-04-25 16:14:01 +08:00
parent 9e9f9babca
commit 0c6b54df2f
1 changed files with 1 additions and 0 deletions

View File

@ -1867,6 +1867,7 @@ const routes = [
title: "成品检验", title: "成品检验",
// icon: "el-icon-cellphone", // icon: "el-icon-cellphone",
perms: ["producttest"], perms: ["producttest"],
hidden: true,
}, },
component: "qm/product", component: "qm/product",
}, },