Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
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
wangtao
2022-05-17 18:14:21 +0800
Commit
6d88948aeb7a4fdf4c9f2d292adcef0ee8221cd4
1 parent
5350620f
156 历史数据展示优化 #1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/views/ping/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/views/ping/index.html
View file @
6d88948
...
...
@@ -38,7 +38,7 @@
责任人
</div>
</template>
{{detail.adminName?detail.adminName:''}}
{{detail.adminName
&&
detail.adminName != 'null'
?detail.adminName:''}}
</el-descriptions-item>
</el-descriptions>
</div>
...
...
Please
register
or
login
to post a comment