fpPrtpStatus
This commit is contained in:
@@ -186,7 +186,7 @@
|
|||||||
{ prop: 'idNumber', label: '身份证号', align: 'center' },
|
{ prop: 'idNumber', label: '身份证号', align: 'center' },
|
||||||
{ prop: 'householdPhone', label: '户主联系方式', align: 'center' },
|
{ prop: 'householdPhone', label: '户主联系方式', align: 'center' },
|
||||||
{ prop: 'address', label: '家庭住址', align: 'center' },
|
{ prop: 'address', label: '家庭住址', align: 'center' },
|
||||||
{ prop: 'status', label: '状态', align: 'center', formart: v => this.dict.getLabel('fpRiskPersonStatus', v) },
|
{ prop: 'status', label: '状态', align: 'center', formart: v => this.dict.getLabel('fpPrtpStatus', v) },
|
||||||
{ prop: 'girdMemberName', label: '网格员', align: 'center' },
|
{ prop: 'girdMemberName', label: '网格员', align: 'center' },
|
||||||
{ prop: 'girdMemberPhone', label: '网格员电话', align: 'center' },
|
{ prop: 'girdMemberPhone', label: '网格员电话', align: 'center' },
|
||||||
{ prop: 'visitCount', label: '走访次数', align: 'center' }
|
{ prop: 'visitCount', label: '走访次数', align: 'center' }
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
this.search.areaId = this.user.info.areaId
|
this.search.areaId = this.user.info.areaId
|
||||||
this.hideLevel = this.user.info.areaList.length - 1
|
this.hideLevel = this.user.info.areaList.length - 1
|
||||||
|
|
||||||
this.dict.load('fpRiskPersonStatus', 'sex').then(() => {
|
this.dict.load('fpPrtpStatus', 'sex').then(() => {
|
||||||
this.getLogCount()
|
this.getLogCount()
|
||||||
})
|
})
|
||||||
this.getTotal()
|
this.getTotal()
|
||||||
|
|||||||
Reference in New Issue
Block a user