@ -737,7 +737,7 @@ export default {
count: item.categoryCount,
ratio: ((100 * item.categoryCount) / data.resiCount).toFixed(0),
growth: 0,
growthAbs: Math.abs(item.growth),
growthAbs: Math.abs(item.growth) || '--',
};
});
}