Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
house-type
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
xingyuji
house-type
Commits
93b26535
Commit
93b26535
authored
Jul 14, 2020
by
wangjiankun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 区域信息样式修改
parent
9cd293d5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
14 deletions
+22
-14
index.vue
src/views/RegionalPlate/index.vue
+9
-7
plateCharacteristics.js
src/views/RegionalPlate/plateCharacteristics.js
+4
-2
index.vue
src/views/propertiesDetail/index.vue
+9
-5
No files found.
src/views/RegionalPlate/index.vue
View file @
93b26535
...
@@ -121,8 +121,9 @@
...
@@ -121,8 +121,9 @@
<div
class=
"plateRegionDetailShowHeader"
>
<div
class=
"plateRegionDetailShowHeader"
>
{{
item
.
title
}}
{{
item
.
title
}}
</div>
</div>
<div
:class=
"
{'plateRegionDetailShowContainer': true }">
<div
class=
"plateRegionDetailShowContainer"
{{
dataType
.
plateRegion
.
plateInfo
[
item
.
prop
]
||
'---'
}}
:style=
"
{ color: item.color || '#000000', fontWeight: item.color ? '600' : 'normal' }">
{{
dataType
.
plateRegion
.
plateInfo
[
item
.
prop
]
||
'无'
}}
</div>
</div>
</el-col>
</el-col>
</div>
</div>
...
@@ -678,16 +679,17 @@
...
@@ -678,16 +679,17 @@
.plateRegionDetailShowHeader{
.plateRegionDetailShowHeader{
height: 40px;
height: 40px;
line-height: 40px;
line-height: 40px;
color: #000000;
padding 0 10px
border-bottom: 1px solid #ffffff;
text-align start
background-color: rgb(2
15, 215, 215
);
background-color: rgb(2
26,235,247
);
font-size: 1
8
px;
font-size: 1
6
px;
font-weight: bold;
font-weight: bold;
}
}
.plateRegionDetailShowContainer{
.plateRegionDetailShowContainer{
background-color: rgb(239, 239, 239);
min-height: 40px;
min-height: 40px;
line-height: 40px;
line-height: 40px;
padding 5px 20px;
text-align start;
}
}
.rightBorder{
.rightBorder{
border-right: 2px solid #ffffff;
border-right: 2px solid #ffffff;
...
...
src/views/RegionalPlate/plateCharacteristics.js
View file @
93b26535
...
@@ -3,12 +3,14 @@ export const plateRegionDetail = [
...
@@ -3,12 +3,14 @@ export const plateRegionDetail = [
{
{
title
:
'目标客群'
,
title
:
'目标客群'
,
flex
:
24
,
flex
:
24
,
prop
:
'regionPosition'
prop
:
'regionPosition'
,
color
:
'#409EFF'
},
},
{
{
title
:
'产品类型'
,
title
:
'产品类型'
,
flex
:
24
,
flex
:
24
,
prop
:
'productionTypeName'
prop
:
'productionTypeName'
,
color
:
'#409EFF'
},
},
{
{
title
:
'区域特征'
,
title
:
'区域特征'
,
...
...
src/views/propertiesDetail/index.vue
View file @
93b26535
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
<!-- banner图划分-->
<!-- banner图划分-->
<div
:class=
"
{'banner': true, 'unitInfo': bannerType === 2 }">
<div
:class=
"
{'banner': true, 'unitInfo': bannerType === 2 }">
<div
v-if=
"bannerType === 0"
>
<div
v-if=
"bannerType === 0"
>
<banner
:height=
"'
5
00px'"
:auto-play=
"true"
:banner-data=
"propertyData.propertyBanner.ztBanner"
/>
<banner
:height=
"'
6
00px'"
:auto-play=
"true"
:banner-data=
"propertyData.propertyBanner.ztBanner"
/>
</div>
</div>
<div
v-if=
"bannerType === 1"
>
<div
v-if=
"bannerType === 1"
>
<banner
:height=
"'
5
00px'"
:auto-play=
"true"
:banner-data=
"propertyData.propertyBanner.lmBanner"
/>
<banner
:height=
"'
6
00px'"
:auto-play=
"true"
:banner-data=
"propertyData.propertyBanner.lmBanner"
/>
</div>
</div>
<div
v-if=
"bannerType === 2"
class=
"unitBannerContainer"
>
<div
v-if=
"bannerType === 2"
class=
"unitBannerContainer"
>
<banner
:height=
"'100%'"
:auto-play=
"false"
class=
"unitPicture"
:img-width=
"100"
@
bannerChange=
"saleingChange"
:banner-data=
"propertyData.propertyBanner.hxBanner"
/>
<banner
:height=
"'100%'"
:auto-play=
"false"
class=
"unitPicture"
:img-width=
"100"
@
bannerChange=
"saleingChange"
:banner-data=
"propertyData.propertyBanner.hxBanner"
/>
...
@@ -87,7 +87,13 @@
...
@@ -87,7 +87,13 @@
<div
class=
"haveData"
v-else
>
<div
class=
"haveData"
v-else
>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<!-- 供应成交套数比 图表展示-->
<!-- 供应成交套数比 图表展示-->
<ve-histogram
:data=
"supplySaleCharts"
:legend=
"{ bottom: 20 }"
:extend=
"supplyExtend"
:colors=
"colorArr"
:settings=
"supplySaleSettings"
></ve-histogram>
<ve-histogram
:data=
"supplySaleCharts"
:legend=
"{ bottom: 20 }"
:extend=
"supplyExtend"
:colors=
"colorArr"
:settings=
"supplySaleSettings"
>
</ve-histogram>
<!-- 供应成交套数 详情数据-->
<!-- 供应成交套数 详情数据-->
<table
cellspacing=
"0"
cellpadding=
"0"
class=
"table"
>
<table
cellspacing=
"0"
cellpadding=
"0"
class=
"table"
>
<tr
v-for=
"(value, key) in supplySaleTable"
:key=
"key"
>
<tr
v-for=
"(value, key) in supplySaleTable"
:key=
"key"
>
...
@@ -316,7 +322,6 @@
...
@@ -316,7 +322,6 @@
rateTooltipResize
:
{
rateTooltipResize
:
{
show
:
true
,
show
:
true
,
formatter
:
(
params
)
=>
{
formatter
:
(
params
)
=>
{
console
.
log
(
params
,
'dddddddddd'
)
if
(
params
.
data
==
0
)
{
return
''
}
if
(
params
.
data
==
0
)
{
return
''
}
return
`<div>
${
params
.
name
}
区间</br>
return
`<div>
${
params
.
name
}
区间</br>
供求比:
${
params
.
data
?
(
1
/
params
.
data
).
toFixed
(
1
)
:
''
}
供求比:
${
params
.
data
?
(
1
/
params
.
data
).
toFixed
(
1
)
:
''
}
...
@@ -474,7 +479,6 @@
...
@@ -474,7 +479,6 @@
let
noData
=
0
// 暂无数据 变量控制
let
noData
=
0
// 暂无数据 变量控制
Object
.
keys
(
areaRangeMap
).
forEach
(
key
=>
{
Object
.
keys
(
areaRangeMap
).
forEach
(
key
=>
{
if
(
!
res
.
data
[
key
]
||
(
res
.
data
[
key
].
suplyNumber
==
0
&&
res
.
data
[
key
].
dealNumber
==
0
))
{
if
(
!
res
.
data
[
key
]
||
(
res
.
data
[
key
].
suplyNumber
==
0
&&
res
.
data
[
key
].
dealNumber
==
0
))
{
console
.
log
(
key
,
res
.
data
[
key
])
noData
++
noData
++
}
}
supplyChartsData
.
push
({
supplyChartsData
.
push
({
...
...
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