diff --git a/components/apolloTable/component/base/detail/rate/index.tsx b/components/apolloTable/component/base/detail/rate/index.tsx index 37089d206ec194059679d4c1a8face9a8bb75b1f..5185313e7729dd99e6da51015064d8ceaeb8b474 100644 --- a/components/apolloTable/component/base/detail/rate/index.tsx +++ b/components/apolloTable/component/base/detail/rate/index.tsx @@ -9,7 +9,7 @@ export const ApolloRateDetail = (props: RateProps) => { if (!formatValue) return null; formatValue = parseInt(formatValue || 0, 10); - if (isNumber(formatValue)) { + if (!isNumber(formatValue)) { return null; } return ;