细节调整

This commit is contained in:
wangxuemei
2024-09-10 14:37:22 +08:00
parent a881058e44
commit 1b0d87221f
10 changed files with 5268 additions and 925 deletions

View File

@@ -109,7 +109,7 @@
];
}
if (
n.indexOf("/insidelecturer") !== -1
n.indexOf("/lecturerlist") !== -1
) {
state.list = [
{
@@ -117,51 +117,23 @@
href: "",
},
{
name: "内部讲师",
name: "讲师列表",
href: "",
},
];
}
if (
n.indexOf("/externallecturer") !== -1
n.indexOf("/teachingrecord") !== -1
) {
state.list = [
{
name: "讲师管理",
href: "",
},
{
name: "外部讲师",
href: "",
},
];
}
if (
n.indexOf("/insideteaching") !== -1
) {
state.list = [
{
name: "授课记录",
href: "",
},
{
name: "内部授课",
href: "",
},
];
}
if (
n.indexOf("/externalteaching") !== -1
) {
state.list = [
{
name: "授课记录",
href: "",
},
{
name: "外部授课",
href: "",
},
];
}
if (
@@ -169,7 +141,7 @@
) {
state.list = [
{
name: "讲师",
name: "讲师管理",
href: "",
},
{
@@ -177,12 +149,13 @@
href: "",
},
];
}if (
}
if (
n.indexOf("/lecturerfeestatistics") !== -1
) {
state.list = [
{
name: "讲师",
name: "讲师管理",
href: "",
},
{
@@ -191,6 +164,33 @@
},
];
}
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