|
|
|
@ -60,7 +60,7 @@ |
|
|
|
@selection-change="dataListSelectionChangeHandle" |
|
|
|
style="width: 100%;"> |
|
|
|
<el-table-column label="序号" |
|
|
|
width="70"> |
|
|
|
width="70px"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{scope.$index+1}} |
|
|
|
</template> |
|
|
|
@ -68,53 +68,75 @@ |
|
|
|
<el-table-column prop="allDeptName" |
|
|
|
label="网格名称" |
|
|
|
header-align="center" |
|
|
|
width="325px" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="gridLeader" |
|
|
|
label="网格党建指导员姓名" |
|
|
|
width="323px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="registerCount" |
|
|
|
label="注册用户" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="residentCount" |
|
|
|
label="注册居民" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="partyCount" |
|
|
|
label="注册党员数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="newsCount" |
|
|
|
label="新闻发布数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="communityCount" |
|
|
|
label="社群数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="communityMemberCount" |
|
|
|
label="群成员数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="communityTopicCount" |
|
|
|
label="群话题数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="eventCount" |
|
|
|
label="议题数" |
|
|
|
label="议题总数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="itemCount" |
|
|
|
label="项目数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="itemCloseCount" |
|
|
|
label="项目关闭数" |
|
|
|
label="项目已解决数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="itemPendingCount" |
|
|
|
label="项目待解决数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{scope.row.itemCount - scope.row.itemCloseCount}} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="itemPraiseCount" |
|
|
|
label="好评数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
</el-table> |
|
|
|
@ -181,7 +203,7 @@ |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="eventCount" |
|
|
|
label="议题数" |
|
|
|
label="议题总数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
@ -191,10 +213,19 @@ |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="itemCloseCount" |
|
|
|
label="项目关闭数" |
|
|
|
label="项目已解决数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"></el-table-column> |
|
|
|
<el-table-column prop="itemPendingCount" |
|
|
|
label="项目待解决数" |
|
|
|
width="70px" |
|
|
|
header-align="center" |
|
|
|
align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{scope.row.itemCount - scope.row.itemCloseCount}} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="itemPraiseCount" |
|
|
|
label="好评数" |
|
|
|
width="70px" |
|
|
|
|