Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yangpu-property
Project
Project
Details
Activity
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
郭铭瑶
yangpu-property
Commits
ce2dec22
Commit
ce2dec22
authored
Nov 06, 2020
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
e9d28713
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1935 additions
and
397 deletions
+1935
-397
back-on.png
src/assets/images/back-on.png
+0
-0
back.png
src/assets/images/back.png
+0
-0
close-modal.png
src/assets/images/close-modal.png
+0
-0
close-on.png
src/assets/images/close-on.png
+0
-0
close.png
src/assets/images/close.png
+0
-0
monitor-map.vue
src/components/MonitorComponents/MonitorMap/monitor-map.vue
+1
-1
monitor-modal.vue
...mponents/MonitorComponents/MonitorModal/monitor-modal.vue
+1
-1
monitor-title.vue
...mponents/MonitorComponents/MonitorTitle/monitor-title.vue
+29
-2
state.js
src/store/state.js
+1887
-367
industry-supervise.vue
src/views/components/industry-supervise.vue
+1
-1
operation-sign.vue
src/views/components/operation-sign.vue
+12
-21
main.vue
src/views/main.vue
+4
-4
No files found.
src/assets/images/back-on.png
0 → 100644
View file @
ce2dec22
2.98 KB
src/assets/images/back.png
0 → 100644
View file @
ce2dec22
2.85 KB
src/assets/images/close-modal.png
0 → 100644
View file @
ce2dec22
1.5 KB
src/assets/images/close-on.png
0 → 100644
View file @
ce2dec22
2.64 KB
src/assets/images/close.png
View replaced file @
e9d28713
View file @
ce2dec22
1.5 KB
|
W:
|
H:
2.52 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/MonitorComponents/MonitorMap/monitor-map.vue
View file @
ce2dec22
...
...
@@ -127,7 +127,7 @@ export default {
// 添加边界
addBoundary
({
name
,
weight
=
10
,
count
=
10
,
color
=
'rgba(51,145,255,.6)'
,
maskColor
=
[
0
,
0
,
0
,
0
]})
{
const
boundary
=
{
boundaryType
:
'
jd
_boundary'
,
boundaryType
:
'
qx
_boundary'
,
boundaryDefinition
:
`name like '%
${
name
}
%'`
,
boundarydistance
:
weight
,
bounarycount
:
count
,
...
...
src/components/MonitorComponents/MonitorModal/monitor-modal.vue
View file @
ce2dec22
...
...
@@ -10,7 +10,7 @@
</p>
<div>
<img
class=
"flag"
src=
"@/assets/images/modal-title1.png"
/>
<img
@
click=
"handleClose"
class=
"close-btn"
src=
"@/assets/images/close.png"
/>
<img
@
click=
"handleClose"
class=
"close-btn"
src=
"@/assets/images/close
-modal
.png"
/>
</div>
<img
class=
"left"
src=
"@/assets/images/modal-title-left.png"
/>
</div>
...
...
src/components/MonitorComponents/MonitorTitle/monitor-title.vue
View file @
ce2dec22
...
...
@@ -5,8 +5,10 @@
<span>
{{
curDate
}}
</span>
</DatePicker>
</span>
-->
<div
class=
"btn back"
@
click=
"closePage"
/>
<div
class=
"btn close"
@
click=
"closePage"
/>
<span
v-if=
"!hideTime"
class=
"moment time"
>
<
span
class=
"switch"
><img
src=
"@/assets/images/switch.png"
/>
切换街道
</span
>
<
!--
<span
class=
"switch"
><img
src=
"@/assets/images/switch.png"
/>
切换街道
</span>
--
>
{{
curDate
}}
{{
time
}}
</span>
<img
:src=
"bgImg"
draggable=
"false"
/>
...
...
@@ -86,6 +88,12 @@ export default {
this
.
$store
.
commit
(
'SET_CURDATE'
,
date
)
this
.
openDatePicker
=
false
},
// toAli() {
// window.location = 'http://10.89.1.208/share/ypdp'
// },
closePage
()
{
window
.
close
()
},
}
}
</
script
>
...
...
@@ -100,6 +108,25 @@ export default {
background-position center
// font-family $font-pang
font-weight bold
>.btn
position absolute
width .2rem
height @width
top .05rem
cursor pointer
z-index 999
background-size 100% 100%
transition background-image .3s ease-in-out
&.back
left .1rem
background-image url(../../../assets/images/back.png)
&:hover
background-image url(../../../assets/images/back-on.png)
&.close
right .1rem
background-image url(../../../assets/images/close.png)
&:hover
background-image url(../../../assets/images/close-on.png)
.switch
color #5BD5FF
margin-right .1rem
...
...
@@ -122,7 +149,7 @@ export default {
right 0
margin 0 auto
text-align center
transform translateX(2
5
%)
transform translateX(2
0
%)
>img
position absolute
width 100%
...
...
src/store/state.js
View file @
ce2dec22
This diff is collapsed.
Click to expand it.
src/views/components/industry-supervise.vue
View file @
ce2dec22
...
...
@@ -131,7 +131,7 @@ export default {
display flex
>div
&:first-child
width 6
0
%
width 6
3
%
position relative
>img
width 36%
...
...
src/views/components/operation-sign.vue
View file @
ce2dec22
...
...
@@ -77,28 +77,15 @@ export default {
curTab
:
'all'
,
config
:
{
colors
:
[
'#E44949'
,
'#FDA62D'
,
'#FFCE34'
,
'#71C012'
,
'#6BE1B2'
,
'#DC732D'
,
'#5BD5FF'
,
'#006ED4'
,
'#2E43C9'
,
'#826AFA'
,
'#CCCCCC'
],
//
tooltip: {
// formatter: '{b}:{c}个 ({d}%)
',
//
confine: true,
//
},
tooltip
:
{
formatter
:
'{b}:{c}%
'
,
confine
:
true
,
},
legend
:
{
hide
:
true
},
shape
:
[
{
type
:
'pie'
,
radius
:
[
40
*
Number
((
screen
.
height
/
800
).
toFixed
(
1
)),
55
*
Number
((
screen
.
height
/
800
).
toFixed
(
1
))],
center
:
[
'40%'
,
'50%'
]}
]
},
// chartData: [
// {name: '上海延吉物业', value: 6},
// {name: '上海四平物业', value: 3},
// {name: '上海殷行物业', value: 3},
// {name: '上海阳置物业', value: 3},
// {name: '上海凯晨物业', value: 2},
// {name: '上海兴桥盛物业', value: 2},
// {name: '上海五角场物业', value: 2},
// {name: '上海文化银湾物业', value: 2},
// {name: '上海海鸿福船物业', value: 2},
// {name: '上海平凉物业', value: 1},
// {name: '其他', value: 74},
// ],
}
},
computed
:
{
...
...
@@ -146,6 +133,7 @@ export default {
.operation-sign
.ivu-select-dropdown
.ivu-select-selection
font-size .1rem !important
border-color #3391FF !important
border-radius .04rem !important
>div
...
...
@@ -202,15 +190,18 @@ export default {
justify-content space-between
background linear-gradient(to right, rgba(20,92,143,.5), transparent)
border-left .03rem solid #315E8B
padding .1rem .04rem
padding .06rem .04rem
p
&:first-child
width 40%
.bar
width
100
%
width
98
%
height .08rem
display flex
margin
-top .3rem
margin
.3rem auto 0
>div
>p
text-indent .0
5
rem
text-indent .0
3
rem
font-size .12rem
font-weight bold
transform translateY(-100%)
...
...
src/views/main.vue
View file @
ce2dec22
...
...
@@ -87,7 +87,7 @@ export default {
},
computed
:
{
...
mapState
([
'
xinjiangwan
Paths'
,
'
yangpu
Paths'
,
'commandLayout'
,
'commandData'
,
'showCommandModal'
,
...
...
@@ -114,11 +114,11 @@ export default {
init
()
{
const
{
map
}
=
this
.
$refs
this
.
initMapFocus
()
map
.
addPolygon
({
paths
:
this
.
xinjiangwan
Paths
,
fillColor
:
'rgba(51,145,255,.3)'
})
map
.
addBoundary
({
name
:
'
新江湾城
'
})
map
.
addPolygon
({
paths
:
this
.
yangpu
Paths
,
fillColor
:
'rgba(51,145,255,.3)'
})
map
.
addBoundary
({
name
:
'
杨浦区
'
})
},
initMapFocus
()
{
this
.
$refs
.
map
.
focus
(
3489.0714111328125
,
10384.431030273437
,
4
.5
)
this
.
$refs
.
map
.
focus
(
3489.0714111328125
,
10384.431030273437
,
3
.5
)
},
handleMapClick
(
data
)
{
this
.
detailData
=
data
...
...
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