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
2 years ago
Commit
ca6251b9ff3bfb72de6ef84d80cce0ba4c9b03c9
1 parent
2ad68f8d
fix: 换肤,深色模式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/views/snapshot/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/views/snapshot/index.html
View file @
ca6251b
...
...
@@ -10,14 +10,16 @@
</el-tooltip>
</el-form-item>
<el-form-item>
<el-dropdown>
<!--
<el-dropdown>
<cm-res-type-tree-input @callback="getResType" clearable collapseTags multiple/>
</el-dropdown>
</el-dropdown>-->
<cm-res-type-tree-input
@
callback=
"getResType"
clearable
collapseTags
multiple
/>
</el-form-item>
<el-form-item>
<el-dropdown>
<
!--<
el-dropdown>
<cm-biz-type-tree-input @callback="getBizType" clearable collapseTags multiple/>
</el-dropdown>
</el-dropdown>-->
<cm-biz-type-tree-input
@
callback=
"getBizType"
clearable
collapseTags
multiple
/>
</el-form-item>
<el-form-item>
<el-button
@
click=
"handleQuery"
:size=
"$global.elementConfig.size.button"
type=
"primary"
>
查询
</el-button>
...
...
Please
register
or
login
to post a comment