Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
9f185148
Commit
9f185148
authored
Nov 27, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务流运维页面
parent
89c3fe82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.ts
src/router/routes/index.ts
+5
-5
index.vue
...heduling/taskFlowMaintenance/periodicScheduling/index.vue
+1
-1
No files found.
src/router/routes/index.ts
View file @
9f185148
...
...
@@ -855,20 +855,20 @@ export const serviceDevelopmentRoute: AppRouteRecordRaw = {
],
};
/**任务调度*/
/**任务调度
-任务流运维
*/
export
const
taskSchedulingRoute
:
AppRouteRecordRaw
=
{
path
:
'/taskScheduling'
,
name
:
'task
Scheduling
'
,
path
:
'/taskScheduling
/taskFlowMaintenance
'
,
name
:
'task
FlowMaintenance
'
,
component
:
LAYOUT
,
meta
:
{
title
:
'任务调度'
,
icon
:
''
,
hidden
:
true
,
currentActiveMenu
:
'/taskScheduling'
,
currentActiveMenu
:
'/taskScheduling
/taskFlowMaintenance
'
,
},
children
:
[
{
path
:
'
taskFlowMaintenance
/executionDetails'
,
path
:
'
periodicScheduling
/executionDetails'
,
name
:
'executionDetails'
,
component
:
()
=>
import
(
'@/views/taskScheduling/taskFlowMaintenance/periodicScheduling/executionDetails.vue'
),
meta
:
{
...
...
src/views/taskScheduling/taskFlowMaintenance/periodicScheduling/index.vue
View file @
9f185148
...
...
@@ -491,7 +491,7 @@
/**跳转详情 按钮*/
function
detailButton
(
record
){
router
.
push
({
path
:
'/taskScheduling/taskFlowMaintenance/executionDetails'
,
path
:
'/taskScheduling/taskFlowMaintenance/
periodicScheduling/
executionDetails'
,
query
:
{}
});
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment