feat:调研页面表格,创建调研和管理页面

This commit is contained in:
岳佳鑫
2022-10-10 18:18:11 +08:00
parent 27b783c10e
commit e843bef08f
8 changed files with 310 additions and 7 deletions

View File

@@ -134,6 +134,19 @@ export default {
},
];
}
if (n === "/researchmanage" || n === "/ResearchManage") {
state.list = [
{
name: "调研管理",
href: "",
// href: "#/researchmanage",
},
{
name: "管理",
href: "",
}
];
}
if (n === "/systemmanage" || n === "/SystemManage") {
state.list = [
{