mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
讲师费管理统计 --页面调整
This commit is contained in:
@@ -164,6 +164,33 @@
|
||||
},
|
||||
];
|
||||
}
|
||||
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("/projectadd") !== -1 ||
|
||||
n.indexOf("/ProjectAdd") !== -1
|
||||
|
||||
Reference in New Issue
Block a user