走访进度
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
{ prop: 'povertyNumber', label: '监测家庭数量', align: 'center' },
|
||||
{ prop: 'logNumber', label: '开展走访次数', align: 'center' },
|
||||
{ prop: 'povertyHouseholdNumber', label: '已走访家庭数量', align: 'center' },
|
||||
{ prop: 'finishRate', label: '走访进度', align: 'center', formart: v => v * 100 + '%' }
|
||||
{ prop: 'finishRate', label: '走访进度', align: 'center', formart: v => (v * 100).toFixed(1) + '%' }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user