Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform-ui
Commits
e3546d3e
Commit
e3546d3e
authored
May 08, 2019
by
youjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
dec8b520
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
stockCrowd.vue
src/views/baseInfo/stockCrowd/stockCrowd.vue
+6
-4
No files found.
src/views/baseInfo/stockCrowd/stockCrowd.vue
View file @
e3546d3e
...
...
@@ -10,11 +10,11 @@
<el-form-item
style=
"margin-bottom: 3px;"
>
<el-select
class=
"filter-item"
style=
"width: 45%;margin-right: 10px;"
v-model=
"listQuery.addrProvince"
placeholder=
"请选择省份(直辖市)"
@
change=
'getValue'
>
<el-option
:key=
"undefined"
label=
"
无
"
:value=
"undefined"
></el-option>
<el-option
:key=
"undefined"
label=
"
全部
"
:value=
"undefined"
></el-option>
<el-option
v-for=
"item in provinceRegions"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
></el-option>
</el-select>
<el-select
class=
"filter-item"
style=
"width: 45%;"
v-model=
"listQuery.addrCity"
placeholder=
"请选择城市"
>
<el-option
:key=
"undefined"
label=
"
无
"
:value=
"undefined"
></el-option>
<el-option
:key=
"undefined"
label=
"
全部
"
:value=
"undefined"
></el-option>
<el-option
v-for=
"item in cityRegions4Query"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
></el-option>
</el-select>
...
...
@@ -22,7 +22,7 @@
<el-form-item
style=
"margin-bottom: 3px;"
>
<el-select
class=
"filter-item"
style=
"width: 70%;margin-right: 10px;"
v-model=
"listQuery.priceStart"
placeholder=
"股价"
@
change=
'getStartValue'
>
<el-option
:key=
"undefined"
label=
"
无
"
:value=
"undefined"
></el-option>
<el-option
:key=
"undefined"
label=
"
全部
"
:value=
"undefined"
></el-option>
<el-option
v-for=
"item in allStockPrice"
:key=
"item.id"
:label=
"item.name"
:value=
"item"
></el-option>
</el-select>
<el-button
@
click=
"getList()"
style=
"height: 35px;margin-left: 10px;"
>
搜索
</el-button>
...
...
@@ -42,7 +42,9 @@
@
click=
"view(item.id, item.companyName)"
>
<div
class=
"item-right-p flex-jcc-aic"
>
<img
:src=
"item.companyPic"
style=
"width: 130px;height:100px;border-radius: 10px;"
/>
<div
style=
"width: 178px;height: 100px;"
>
<img
:src=
"item.companyPic"
style=
"width: 100%;height:100%;border-radius: 10px;"
/>
</div>
<div
style=
"height: 100px;padding-left: 10px;width: 100%;"
>
<div
style=
"line-height: 20px;"
class=
"ellipsis2"
>
{{
item
.
companyName
}}
</div>
<div
class=
"flex-jcb-aic"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment