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
2549571b
authored
2024-12-24 14:39:00 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
分类分级任务联调
1 parent
91925ec3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/data_inventory/taskDetail.vue
src/views/data_inventory/taskDetail.vue
View file @
2549571
...
...
@@ -756,7 +756,7 @@ onActivated(() => {
onBeforeMount
(()
=>
{
if
(
route
.
query
.
type
==
'log'
)
{
getTaskDetail
({
guid
:
route
.
query
.
guid
,
execGuid
:
taskDetail
.
value
.
execGuid
});
getTaskDetail
({
guid
:
route
.
query
.
guid
,
execGuid
:
route
.
query
.
execGuid
});
}
else
{
getTaskDetail
({
guid
:
route
.
query
.
guid
});
}
...
...
@@ -776,9 +776,9 @@ onMounted(() => {
<div
class=
"panel_title"
>
<div
class=
"title_wrap"
>
<span
class=
"title_text"
>
{{
taskDetail
.
taskName
}}
</span>
<el-tag
:type=
"taskDetail.confirmStatus == 'Y' ? 'success' : 'warning'"
>
{{
filterVal
(
taskDetail
.
confirmStatus
,
'confirmStatus'
)
}}
</el-tag>
<el-tag
:type=
"taskDetail.confirmStatus == 'Y' ? 'success' : 'warning'"
>
{{
filterVal
(
taskDetail
.
confirmStatus
,
'confirmStatus'
)
}}
</el-tag>
</div>
</div>
<div
class=
"title_desc"
>
...
...
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