Explorar el Código

2022.7.18 表格数据tofixed

ggooalice hace 2 años
padre
commit
246d223533

+ 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