Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
anji-plus-report
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
2022-05-07 11:40:50 +0800
Commit
534b4c708627f96d313b469d91bec80e66fb7b10
1 parent
83da17e7
性能进度条信息没有数据时修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
report-ui/src/views/report/bigscreen/designer/widget/monitor/progressInformation.vue
report-ui/src/views/report/bigscreen/designer/widget/monitor/progressInformation.vue
View file @
534b4c7
...
...
@@ -211,6 +211,10 @@ export default {
flagStr=flagArr.join(',')
}
this.$store.commit('CHANGE_PROGRESS',flagStr)
}else {
let name='';
this.progressData=[{name:name,rate:0}];
}
});
},
...
...
Please
register
or
login
to post a comment