소스 검색

2022.7.18 表格数据tofixed

ggooalice 2 년 전
부모
커밋
246d223533
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -977,7 +977,7 @@
                   {{
                     scope.row.worktimeList.filter(
                       (w) =>w.createDate==item.date
-                    )[0].workingTime
+                    )[0].workingTime.toFixed(1)
                   }}
                 </div>
                 <div
@@ -994,7 +994,7 @@
                   {{
                     scope.row.worktimeList.filter(
                       (w) =>w.createDate==item.date
-                    )[0].workingTime
+                    )[0].workingTime.toFixed(1)
                   }}
                 </div>
                 <div