|
|
@ -222,6 +222,51 @@ |
|
|
|
width="170"> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<template v-if="isPanshi"> |
|
|
|
<el-table-column prop="gkTime" |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
|
show-overflow-tooltip |
|
|
|
label="管控时间" |
|
|
|
min-width="180"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="gb" |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
|
show-overflow-tooltip |
|
|
|
label="镇(街)干部" |
|
|
|
min-width="180"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="gridManagerShow" |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
|
show-overflow-tooltip |
|
|
|
label="村(社区)网格管理员" |
|
|
|
min-width="180"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="healthWorkerShow" |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
|
show-overflow-tooltip |
|
|
|
label="基层医务工作者" |
|
|
|
min-width="180"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="policeShow" |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
|
show-overflow-tooltip |
|
|
|
label="民警" |
|
|
|
min-width="180"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="volunteerShow" |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
|
show-overflow-tooltip |
|
|
|
label="志愿者" |
|
|
|
min-width="180"> |
|
|
|
</el-table-column> |
|
|
|
</template> |
|
|
|
|
|
|
|
<el-table-column prop="remark" |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
@ -308,6 +353,7 @@ |
|
|
|
<nat-focus-edit ref="ref_form_edit" |
|
|
|
:fromSource="'focusGroupSpecialAttentionHistory'" |
|
|
|
:view_real_data="btnAuths.focus_groups_his_view_real_data" |
|
|
|
:isPanshi="isPanshi" |
|
|
|
@dialogCancle="diaClose" |
|
|
|
@dialogOk="addFormOk"></nat-focus-edit> |
|
|
|
</el-dialog> |
|
|
@ -378,6 +424,8 @@ export default { |
|
|
|
pageSize: 20, |
|
|
|
pageNo: 1, |
|
|
|
tableLoading: false, |
|
|
|
customerId: '', |
|
|
|
isPanshi: false, |
|
|
|
|
|
|
|
selection: [], |
|
|
|
|
|
|
@ -449,6 +497,12 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
async mounted () { |
|
|
|
//磐石街道:1580460084738760705 |
|
|
|
this.customerId = localStorage.getItem("customerId"); |
|
|
|
this.isPanshi = true |
|
|
|
if (this.customerId === '1580460084738760705') { |
|
|
|
this.isPanshi = true |
|
|
|
} |
|
|
|
this.updateBtnAuths(); |
|
|
|
|
|
|
|
for (let i = 0; i < 11; i++) { |
|
|
|