Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
0611df45
...
0611df45252fadccde6864689f110886f21e1666
authored
2022-02-21 13:16:38 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
f81e76bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
src/page/toolData.vue
src/page/toolData.vue
View file @
0611df4
...
...
@@ -125,7 +125,7 @@
</div>
<div
class=
"text item"
>
<el-form-item>
<el-select
v-model=
"bigdataReport.project"
placeholder=
"请选择项目"
>
<el-select
v-model=
"bigdataReport.project"
clearable
filterable
placeholder=
"请选择项目"
>
<el-option
v-for=
"item in projectOptions"
:key=
"item.project_value"
...
...
@@ -251,7 +251,10 @@
label
:
'线上环境'
}],
bigdataReport
:
{
project
:
[]
project
:
[{
project_value
:
''
,
project_name
:
''
}]
},
projectOptions
:
[]
}
...
...
Please
register
or
sign in
to post a comment