Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9b6c29d2
authored
2025-01-02 16:20:41 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
结果确认界面调整
1 parent
40c0fb7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/router/modules/dataInventory.ts
src/views/data_inventory/taskLog.vue
src/router/modules/dataInventory.ts
View file @
9b6c29d
...
...
@@ -63,7 +63,7 @@ const routes: RouteRecordRaw[] = [
to
.
meta
.
title
=
`
${
to
.
query
.
name
}
-
${
to
.
query
.
status
==
'Y'
?
'查看结果'
:
'结果确认'
}
`
;
to
.
meta
.
editPage
=
to
.
query
.
status
==
'Y'
?
false
:
true
;
}
else
{
to
.
meta
.
title
=
`
${
to
.
query
.
name
}
-
${
to
.
query
.
type
==
'confirm'
?
'结果确认'
:
'结果修改
'
}
`
;
to
.
meta
.
title
=
`
${
to
.
query
.
name
}
-
${
to
.
query
.
status
==
'Y'
?
'结果修改'
:
'结果确认
'
}
`
;
to
.
meta
.
editPage
=
true
;
}
}
...
...
src/views/data_inventory/taskLog.vue
View file @
9b6c29d
...
...
@@ -107,7 +107,7 @@ const toPath = (type) => {
guid
:
currTableData
.
value
.
taskGuid
,
name
:
currTableData
.
value
.
taskName
,
status
:
currTableData
.
value
.
status
,
type
:
currTableData
.
value
.
status
==
'Y'
?
'
modify
'
:
'confirm'
type
:
currTableData
.
value
.
status
==
'Y'
?
'
detail
'
:
'confirm'
},
});
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment