Преглед изворни кода

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