mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
feat:修改创建任务页面
This commit is contained in:
@@ -103,6 +103,23 @@ export default {
|
||||
},
|
||||
];
|
||||
}
|
||||
if (n === "/taskadd" || n === "/TaskAdd") {
|
||||
state.list = [
|
||||
{
|
||||
name: "项目",
|
||||
href: "",
|
||||
},
|
||||
{
|
||||
name: "基础信息",
|
||||
},
|
||||
{
|
||||
name: "任务",
|
||||
},
|
||||
{
|
||||
name: "添加任务",
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n === "/templatelibrary" || n === "/TemplateLibrary") {
|
||||
state.list = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user