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
王涛
2021-12-02 18:37:44 +0800
Commit
3504b7ad52fd5fb374bfdceb8fd0d1eeb1aa1fa0
1 parent
91226faa
机房机柜组件
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/res/machineRoomComponents/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/res/machineRoomDetailComponents/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/res/machineRoomComponents/index.html
View file @
3504b7a
<div>
<span
class=
"el-dropdown-link"
@
click=
"showMachineRoomDialog(true)"
>
{{textString}}
1111
{{textString}}
</span>
<cm-dialog
title=
"机房布局"
:showFooter=
"false"
:showDialogVisible=
"dialogFlg"
@
hidedialog=
"showMachineRoomDialog"
>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/res/machineRoomDetailComponents/index.html
View file @
3504b7a
<div>
<span
class=
"el-dropdown-link"
@
click=
"showMachineRoomDialog(true)"
>
{{textString}}
2222
{{textString}}
</span>
<cm-dialog
title=
"机柜"
:showFooter=
"false"
:showDialogVisible=
"dialogFlg"
@
hidedialog=
"showMachineRoomDialog"
>
...
...
Please
register
or
login
to post a comment