“linengliang”
2023-12-25 d3e36f2efa7c9c960495a4431d625d3ca7cd417c
src/views/mdc/base/modules/efficiencyPOReport/EfficiencyPOList.vue
@@ -215,7 +215,7 @@
     */
    getFormattedTime(seconds) {
      if (seconds) {
        return parseFloat((seconds / 3600).toFixed(2)) + '小时'
        return parseFloat((seconds / 3600).toFixed(2))
      } else {
        return '0'
      }