|
|
|
@ -4,14 +4,15 @@ |
|
|
|
<div v-if="type === '4'" class="table"> |
|
|
|
<el-table v-loading="loading" :data="list" element-loading-background="rgba(0, 0, 0, 0.3)" |
|
|
|
height="250px"> |
|
|
|
<el-table-column label="资源类型" min-width="120" prop="personnelType"> |
|
|
|
<template slot-scope="{row}"> |
|
|
|
<el-table-column label="资源类型" min-width="120" prop="serviceItem"> |
|
|
|
<!-- <template slot-scope="{row}"> |
|
|
|
社区自组织 |
|
|
|
</template> |
|
|
|
</template> --> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="所属组织" min-width="180" prop="agencyName"/> |
|
|
|
<el-table-column label="负责人" min-width="120" prop="principalName"/> |
|
|
|
<el-table-column label="联系电话" min-width="120" prop="principalPhone"> |
|
|
|
<el-table-column label="组织名称" min-width="180" prop="organizationName"/> |
|
|
|
<el-table-column label="所属组织" min-width="100" prop="agencyName"/> |
|
|
|
<el-table-column label="负责人" min-width="100" prop="principalName"/> |
|
|
|
<el-table-column label="联系电话" min-width="100" prop="principalPhone"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ $sensitive(scope.row.principalPhone, 3, 7) }} |
|
|
|
</template> |
|
|
|
@ -36,14 +37,15 @@ |
|
|
|
<div v-if="type === '5'" class="table"> |
|
|
|
<el-table v-loading="loading" :data="list" element-loading-background="rgba(0, 0, 0, 0.3)" |
|
|
|
height="250px"> |
|
|
|
<el-table-column label="资源类型" min-width="120" prop="personnelType"> |
|
|
|
<template slot-scope="{row}"> |
|
|
|
<el-table-column label="资源类型" min-width="100" prop="typeName"> |
|
|
|
<!-- <template slot-scope="{row}"> |
|
|
|
联建单位 |
|
|
|
</template> |
|
|
|
</template> --> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="所属组织" min-width="180" prop="agencyName"/> |
|
|
|
<el-table-column label="联系人" min-width="120" prop="contact"/> |
|
|
|
<el-table-column label="联系电话" min-width="120" prop="contactMobile"> |
|
|
|
<el-table-column label="机构名称" min-width="120" prop="unitName"/> |
|
|
|
<el-table-column label="所属组织" min-width="120" prop="agencyName"/> |
|
|
|
<el-table-column label="联系人" min-width="100" prop="contact"/> |
|
|
|
<el-table-column label="联系电话" min-width="100" prop="contactMobile"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ $sensitive(scope.row.contactMobile, 3, 7) }} |
|
|
|
</template> |
|
|
|
@ -135,7 +137,7 @@ export default { |
|
|
|
return { |
|
|
|
total: 0, |
|
|
|
queryParams: { |
|
|
|
pageSize: 5, |
|
|
|
pageSize: 10, |
|
|
|
pageNo: 1, |
|
|
|
}, |
|
|
|
type: "staffGrid", |
|
|
|
|