qushaowei
2024-01-11 52b10180d77f2962e519300469811a911afa3cf2
src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
@@ -276,7 +276,7 @@
       */
      getFormattedTime(seconds) {
        if (seconds) {
          return parseFloat((seconds / 3600).toFixed(2)) + '小时'
          return parseFloat((seconds / 3600).toFixed(2))
        } else {
          return '0'
        }