24282 2 months ago
parent
commit
5b3bfa63e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jy-ui/src/views/business/contract/info/index.vue

+ 1 - 1
jy-ui/src/views/business/contract/info/index.vue

@@ -144,7 +144,7 @@ const columnConfig: ColumnConfigType[] = [
   {
     label: '预期收益',
     formatter: (row) => {
-      return row.amount - row.costPrice
+      return Math.round((row.amount - row.costPrice) * 100) / 100
     }
   },
   {