|
|
@ -51,7 +51,8 @@ |
|
|
|
<el-table-column min-width="100" prop="memberCount" label="网格员数" header-align="center" align="center" /> |
|
|
|
<el-table-column min-width="100" prop="orgName" label="所属社区" header-align="center" align="center" > |
|
|
|
<template slot-scope="scope"> |
|
|
|
<a class="name-a" style="color: #2195fe;" @click="handleClick(scope.row)">{{scope.row.orgName}}</a> |
|
|
|
<span v-if="scope.row.orgType==='agency'"><a class="name-a" style="color: #2195fe;" @click="handleClick(scope.row)">{{scope.row.orgName}}</a></span> |
|
|
|
<span v-else>{{scope.row.orgName}}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column min-width="100" prop="projectCount" label="上报数量" header-align="center" align="center" /> |
|
|
|