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