Merge branch 'zcwy-teacher-manage' into master_1202

This commit is contained in:
joshen
2024-12-02 19:28:11 +08:00
70 changed files with 29855 additions and 38 deletions

View File

@@ -108,6 +108,89 @@
},
];
}
if (
n.indexOf("/lecturerlist") !== -1
) {
state.list = [
{
name: "讲师管理",
href: "",
},
{
name: "讲师列表",
href: "",
},
];
}
if (
n.indexOf("/teachingrecord") !== -1
) {
state.list = [
{
name: "讲师管理",
href: "",
},
{
name: "授课记录",
href: "",
},
];
}
if (
n.indexOf("/lecturerfeemanagement") !== -1
) {
state.list = [
{
name: "讲师管理",
href: "",
},
{
name: "讲师费管理",
href: "",
},
];
}
if (
n.indexOf("/lecturerfeestatistics") !== -1
) {
state.list = [
{
name: "讲师管理",
href: "",
},
{
name: "讲师费统计",
href: "",
},
];
}
if (
n.indexOf("/organization") !== -1
) {
state.list = [
{
name: "讲师管理",
href: "",
},
{
name: "培训发生组织",
href: "",
},
];
}if (
n.indexOf("/lecturerSystem") !== -1
) {
state.list = [
{
name: "讲师管理",
href: "",
},
{
name: "讲师体系管理",
href: "",
},
];
}
if (
n.indexOf("/projectadd") !== -1 ||
n.indexOf("/ProjectAdd") !== -1