24282 2 ay önce
ebeveyn
işleme
5b3bfa63e3

+ 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
     }
   },
   {