feat:调研管理的搜索框按钮

This commit is contained in:
岳佳鑫
2022-10-09 16:53:35 +08:00
parent c2d4877f0d
commit fdd6d543b0
2 changed files with 183 additions and 0 deletions

View File

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