Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wisdom-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
郭铭瑶
wisdom-property
Commits
8276ade5
Commit
8276ade5
authored
Mar 18, 2020
by
程卓
Browse files
Options
Browse Files
Download
Plain Diff
协调处置开始
parents
bb289eab
bf76de72
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
115 additions
and
91 deletions
+115
-91
discovery.vue
src/views/components/discovery.vue
+10
-16
repair.vue
src/views/components/repair.vue
+11
-11
supervision.vue
src/views/components/supervision.vue
+94
-64
No files found.
src/views/components/discovery.vue
View file @
8276ade5
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<
script
>
<
script
>
export
default
{
export
default
{
name
:
'
d
iscovery'
name
:
'
D
iscovery'
}
}
</
script
>
</
script
>
...
@@ -37,22 +37,20 @@ export default {
...
@@ -37,22 +37,20 @@ export default {
display flex
display flex
width 100%
width 100%
height 100%
height 100%
align-content flex-start
flex-wrap wrap
flex-wrap:wrap
.d-card
.d-card
width 50%
width 50%
margin 1rem 0
.d-list
.d-list
display flex
display flex
align-items center
flex-wrap wrap
flex-wrap:wrap
.d-l-card
.d-l-card
width 4
7
%
width 4
9
%
background-color rgba(6,27,50,0.9)
background-color rgba(6,27,50,0.9)
margin 0.1rem
margin 0.1rem
padding .7rem
padding .7rem
display flex
display flex
justify-content space-between
justify-content space-between
align-items center
>img
>img
width 1.25rem /* 20/16 */
width 1.25rem /* 20/16 */
height 1.25rem /* 20/16 */
height 1.25rem /* 20/16 */
...
@@ -60,13 +58,9 @@ export default {
...
@@ -60,13 +58,9 @@ export default {
color $edgeColor
color $edgeColor
font-weight 700
font-weight 700
font-size 1.2rem
font-size 1.2rem
>.title
&.title
width 70%
width 70%
color #fff
color #fff
font-size 1rem
font-size 1rem
font-weight normal
font-weight normal
</
style
>
</
style
>
src/views/components/repair.vue
View file @
8276ade5
<
template
>
<
template
>
<div
class=
"repair"
>
<div
class=
"repair"
>
<m-brief
<m-brief
class=
"r-card"
class=
"r-card"
v-for=
"(data,i) in $store.state.repairList"
v-for=
"(data,i) in $store.state.repairList"
:key=
"i"
:key=
"i"
:label=
"data.title"
:label=
"data.title"
:icon=
"require(`@/assets/images/$
{data.img}`) "
:icon=
"require(`@/assets/images/$
{data.img}`) "
:unit="`/${data.allNum}`"
:unit="`/${data.allNum}`"
:count="+data.num"
:count="+data.num"
countColor="#00f2ff"
countColor="#00f2ff"
size="1.2rem"
size="1.2rem"
/>
/>
</div>
</div>
</
template
>
</
template
>
...
...
src/views/components/supervision.vue
View file @
8276ade5
...
@@ -2,29 +2,44 @@
...
@@ -2,29 +2,44 @@
<
template
>
<
template
>
<div
class=
"supervision"
>
<div
class=
"supervision"
>
<div
class=
"people"
>
<div
class=
"people"
>
<p>
<div
class=
"head"
>
检察人员
<p>
<span>
[
{{
$store
.
state
.
supervisionPeopleList
.
length
}}
]
</span>
检察人员
</p>
<span>
[
{{
$store
.
state
.
supervisionPeopleList
.
length
}}
]
</span>
<div
class=
"person"
v-for=
"(data,i) in $store.state.supervisionPeopleList"
:key=
"i"
>
</p>
<img
:src=
"require(`@/assets/images/$
{data.img}`)" alt="">
<div
class=
"line"
/>
<p>
{{
data
.
name
}}
</p>
</div>
<div
class=
"list"
>
<div
v-for=
"(data,i) in $store.state.supervisionPeopleList"
:key=
"i"
>
<img
:src=
"require(`@/assets/images/$
{data.img}`)" alt="">
<p>
{{
data
.
name
}}
</p>
</div>
</div>
</div>
</div>
</div>
<div
class=
"community"
>
<div
class=
"community"
>
<p>
检察小区
</p>
<div
class=
"head"
>
<div
v-for=
"(data,i) in $store.state.supervisionCommunityList"
:key=
"i"
>
<p>
检察小区
</p>
<p>
{{
data
.
title
}}
</p>
<div
class=
"line"
/>
</div>
<div
class=
"list"
>
<div
v-for=
"(data,i) in $store.state.supervisionCommunityList"
:key=
"i"
>
<p>
{{
data
.
title
}}
</p>
</div>
</div>
</div>
</div>
</div>
<div
class=
"situation"
>
<div
class=
"situation"
>
<p>
检察情况
</p>
<div
class=
"head"
>
<div>
<p>
检察情况
</p>
<div
class=
"line"
/>
</div>
<div
class=
"content"
>
<img
:src=
"require(`@/assets/images/modify.png`)"
>
<img
:src=
"require(`@/assets/images/modify.png`)"
>
<div
v-for=
"(data,i) in $store.state.supervisionSituationList"
:key=
"i"
>
<div
v-for=
"(data,i) in $store.state.supervisionSituationList"
:key=
"i"
>
<p>
整改单
</p>
<div>
<span>
{{
data
.
successNum
}}
/
{{
data
.
num
}}
</span>
<p>
整改单
</p>
<a-progress
class=
"progress"
strokeColor=
"#00f2ff"
:percent=
"data.successNum/data.num*100"
:showInfo=
"false"
/>
<p><span>
{{
data
.
successNum
}}
/
</span>
{{
data
.
num
}}
</p>
</div>
<a-progress
hide-info
stroke-width=
"8"
strokeColor=
"#00f2ff"
:percent=
"data.successNum/data.num*100"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -33,71 +48,72 @@
...
@@ -33,71 +48,72 @@
<
script
>
<
script
>
export
default
{
export
default
{
name
:
'
s
upervision'
name
:
'
S
upervision'
}
}
</
script
>
</
script
>
<
style
lang=
"stylus"
>
.supervision .ivu-progress-inner
background #0d87fc
</
style
>
<
style
lang=
"stylus"
scoped
>
<
style
lang=
"stylus"
scoped
>
.
supervision
.
head
display flex
display flex
align-items center
.line
flex 1
background #094981
height 0.1rem
margin-left 0.5rem
>p
color #fff
font-weight 700
>span
color $edgeColor
.list
display flex
flex-wrap wrap
.supervision
width 100%
width 100%
height 100%
height 100%
flex-wrap wrap
>div
align-items flex-start
margin-bottom 1rem
.people
.people
width 100%
.list
display flex
>div
flex-wrap wrap
width 20%
>p
display flex
width 100%
align-items center
color #fff
color $fontColor
font-weight 700
margin-top .5rem
>span
>img
color $edgeColor
width 1rem
.person
height 1rem
width 20%
margin 0 .2rem
display flex
align-items center
color $fontColor
margin-top .5rem
>img
width 1rem
height 1rem
margin 0 .2rem
.community
.community
width 100%
.list
display flex
>div
align-items center
width 33.3%
justify-content center
border-left 0.2rem solid yellow
flex-wrap wrap
margin 0.5rem 0
>p
padding 0 .5rem
width 100%
p
color #fff
white-space nowrap
font-weight 700
overflow hidden
margin-bottom 1rem
text-overflow ellipsis
>div
width 30%
border-left 2px solid yellow
margin .3rem
padding 0 .3rem
.situation
.situation
width 100%
.content
>p
width 100%
color #fff
font-weight 700
>div
width 100%
margin-top 1rem
margin-top 1rem
display flex
display flex
align-items
flex-start
align-items
center
img
img
width 2.5rem
width 2.5rem
height 2.5rem
height 2.5rem
margin
0
0.5rem
margin
-right
0.5rem
div
>
div
width 100%
width 100%
<<<<<<< HEAD
display flex
display flex
align-items center
align-items center
flex-wrap wrap
flex-wrap wrap
...
@@ -109,4 +125,18 @@ export default {
...
@@ -109,4 +125,18 @@ export default {
width 50%
width 50%
.progress
.progress
flex 1
flex 1
=======
>div
display flex
justify-content space-between
p
color lightblue
font-size 0.8rem
&:last-child
font-family $font-pang
color #fff
span
color $edgeColor
>>>>>>> bf76de72248ac5f47f897ddd3fc6651b7320c65c
</
style
>
</
style
>
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