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
‘superliu’
4 years ago
Commit
2b95a109ec96a85ba2742873b873c46cbebf8f9d
1 parent
bf077780
修改对比分析配置查询条件 指标改为业务
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/analysis/config/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/analysis/config/index.html
View file @
2b95a10
...
...
@@ -59,7 +59,7 @@
<cm-biz-type-tree-input multiple clearable collapseTags @callback="getBizType"/>
</el-dropdown>-->
<el-select
v-model=
"busTypeArr"
multiple
filterable
clearable
collapse-tags
placeholder=
"请选择
指标
"
style=
"margin-top: 10px"
>
<el-select
v-model=
"busTypeArr"
multiple
filterable
clearable
collapse-tags
placeholder=
"请选择
业务
"
style=
"margin-top: 10px"
>
<el-option
v-for=
"item in busTypeList"
:label=
"item.busTypeName"
:value=
"item.busId"
></el-option>
...
...
Please
register
or
login
to post a comment