24282 2 달 전
부모
커밋
5b3bfa63e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
     }
   },
   {